Bug Tracker

Changeset 4282

Show
Ignore:
Timestamp:
12/20/07 18:42:50 (9 months ago)
Author:
joern.zaefferer
Message:
 
Location:
trunk/tools/api-browser
Files:
6 added
4 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/api-browser/build.xml

    r4208 r4282  
    4141 
    4242    <target name="transform" description="Transform XML via XSL to HTML"> 
    43         <delete file="index.html" /> 
    44         <delete file="validation.html" /> 
    45         <delete file="ui.html" /> 
    46         <delete file="plugins.html" /> 
    47         <xslt includes="index.xml,validation.xml,ui.xml,plugins.xml" destdir="." style="style.xsl" /> 
     43        <delete dir="output" /> 
     44        <mkdir dir="output" /> 
     45        <xslt includes="*.xml" excludes="build.xml" destdir="output" style="style.xsl" /> 
    4846    </target> 
    4947     
  • trunk/tools/api-browser/style.xsl

    r4208 r4282  
    211211                                    <xsl:call-template name="break" /> 
    212212                                </xsl:for-each> 
     213                                <br/> 
     214                                <xsl:for-each select="longdesc"> 
     215                                    <xsl:call-template name="break" /> 
     216                                </xsl:for-each> 
    213217                            </div> 
    214218                            <xsl:if test="option">