| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5yed="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd"
- basedir="../../."
- default="default"
- name="yed">
- <include as="PRODUCT" file="build.yed.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.yed.SYSTEM.xml"/>
- <include as="INSTALL" file="build.yed.INSTALL.xml"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
- <target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>
- <target description="test usage of default xslt template for module"
- name="xsl-test">
- <xslt basedir="${yed.basedir}"
- destdir="${yed.temp}"
- force="true"
- in="${yed.INSTALL.install_example}"
- out="${yed.temp}/INSTALL.install_example.xsl-test.xml"
- style="${yed.xsl}">
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}INSTALL.install_example.xsl-test.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param expression="${yed.basedir}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}basedir"/>
- <param expression="${yed.repository}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}repository"/>
- <param expression="${yed.temp}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}temp"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- </project>
|