build.xml
changeset 4 1bb39595a51c
parent 2 ab9099ff88fa
child 6 801a8935caf7
equal deleted inserted replaced
3:1529a89b61a5 4:1bb39595a51c
    11 		<xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl">
    11 		<xslt basedir="${vstup}" destdir="${výstup}" includes="*.xml" extension=".xhtml" style="${šablona}/stránka.xsl">
    12 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    12 			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    13             <classpath location="${funkce}"/>
    13             <classpath location="${funkce}"/>
    14 			
    14 			
    15             <factory name="net.sf.saxon.TransformerFactoryImpl">
    15             <factory name="net.sf.saxon.TransformerFactoryImpl">
    16 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
    16 				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    17 			</factory>
    17 			</factory>
    18 			
    18 			
    19 			<sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
    19 			<sysproperty key="javax.xml.parsers.DocumentBuilderFactory" value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
    20 			<sysproperty key="javax.xml.parsers.SAXParserFactory" value="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
    20 			<sysproperty key="javax.xml.parsers.SAXParserFactory" value="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
    21 			<sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration" value="org.apache.xerces.parsers.XIncludeParserConfiguration"/>			
    21 			<sysproperty key="org.apache.xerces.xni.parser.XMLParserConfiguration" value="org.apache.xerces.parsers.XIncludeParserConfiguration"/>