Changeset 4439


Ignore:
Timestamp:
Sep 2, 2008, 1:22:09 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1096: html generation from docbook source generates an warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/docbook/ant-build-docbook.xml

    r3886 r4439  
    194194    </xmlcatalog>
    195195
    196     <style
     196    <xslt
    197197        in      = "${build.dir}/${index.name}.xml"
    198198        style   = "${ant.docbook.styler.dir}/preprocess/preprocess.xsl"
     
    206206        <param name="xsltproc.catalog" expression="${catalog.location}" />
    207207        <param name="xsltproc.option.--nonet"  expression="" />
    208     </style>
     208    </xslt>
    209209  </target>
    210210  <!-- }}} -->
     
    249249    </copy>
    250250
    251     <style
     251    <xslt
    252252        in      = "${temp:docbook.ready.file}"
    253253        style   = "${build.dir}/customized.pdf-fop.xsl.tmp"
     
    256256        >
    257257        <classpath refid="ant-extensions" />
    258     </style>
     258    </xslt>
    259259
    260260    <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop">
     
    294294    </copy>
    295295
    296     <style
     296    <xslt
    297297        in      = "${temp:docbook.ready.file}"
    298298        style   = "${build.dir}/customized.single.xsl.tmp"
     
    301301        >
    302302        <classpath refid="ant-extensions" />
    303     </style>
     303    </xslt>
    304304   
    305305    <delete file="${build.dir}/customized.single.xsl.tmp" />
     
    339339    </copy>
    340340
    341     <style
     341    <xslt
    342342        in      = "${temp:docbook.ready.file}"
    343343        style   = "${build.dir}/customized.chunked.xsl.tmp"
     
    348348        <classpath refid="ant-extensions" />
    349349        <!-- <param name="chunker.output.encoding" expression="'UTF-8'" /> -->
    350     </style>
     350    </xslt>
    351351   
    352352    <delete file="${build.dir}/customized.chunked.xsl.tmp" />
Note: See TracChangeset for help on using the changeset viewer.