| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:tidy="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/tidy.xsd"
- basedir="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html"
- default="default"
- name="tidy">
- <include as="PRODUCT" file="build.tidy.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.tidy.SYSTEM.xml"/>
- <include as="INSTALL" file="build.tidy.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 name="toxml">
- <input addproperty="html"/>
- <input addproperty="xml"/>
- <exec executable="${tidy}" output="${xml}" error="/dev/null">
- <arg line=" -q -asxml --numeric-entities yes ${html}"/>
- </exec>
- </target>
-
-
-
-
- </project>
|