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

Kurt Riede <[email protected]>
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/xsddoc/maven-plugin/src/plugin-resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19001/maven-plugin/src/plugin-resources

Added Files:
	xsddoc-report.jsl 
Removed Files:
	xsddocs-report.jsl 
Log Message:
build maven-plugin with maven

--- 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>

--- xsddocs-report.jsl DELETED ---



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.