maven-xsddoc-plugin/src/plugin-resources xsddoc-report.jsl,NONE,1.1

Kurt Riede <[email protected]> Sat, 09 Oct 2004 23:41:50 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/maven-xsddoc-plugin/src/plugin-resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30658/src/plugin-resources

Added Files:
	xsddoc-report.jsl 
Log Message:
initial import after extraction from sub folder of project xsddoc

--- NEW FILE: xsddoc-report.jsl ---
<?xml version="1.0"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<jsl:stylesheet
  select="$doc"
  xmlns:j="jelly:core"
  xmlns:jsl="jelly:jsl"
  xmlns:x="jelly:xml">

  <jsl:template match="xsddocs">
    <document>
      <properties>
        <title>XML Schema Documentation</title>
      </properties>
      <body>
        <section name="XML Schema Documentation">
          <p>The following documents contain the results
          the XML Schema documentation tool
          <a href="http://xframe.sf.net/xsddoc.html">xsddoc</a>.</p>
          <table>
            <tr>
              <th>XML Schema Files</th>
            </tr>
            <x:set var="docs" select="xsddoc-file"/>
            <j:forEach var="doc" items="${docs}">
              <tr>
                <td>
                  <a target="_blank" href="xsddocs/${doc.getText()}/index.html">${doc.getText()}</a>
                </td>
              </tr>
            </j:forEach>
          </table>
        </section>
      </body>
    </document>
  </jsl:template>
</jsl:stylesheet>



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl