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

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-serv7435/maven-plugin/src/plugin-resources

Added Files:
	xsddocs-report.jsl 
Log Message:
initial import of maven plugin, contributed by trippcr

--- NEW FILE: xsddocs-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>XSD Docs</title>
            </properties>
            <body>
                <section name="XSD Docs">
                    <table>
                        <tr>
                            <th>XML Schema File</th>
                        </tr>
                        <x:set var="docs" select="xsddoc-file"/>
                        <j:forEach var="doc" items="${docs}">
                            <tr>
                                <td>
                                    <a 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 BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
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.