blob: f5a70cdfc87d6a563e9f508c525713a99a945345 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
name="xsl-conversion"
default="main"
basedir=".">
<target
name="main"
description="example.bin.xml to produce example.html">
<xslt
basedir="."
destdir="."
includes="*.bin.xml"
scanincludeddirectories="true"
style="compilerXMLOutputToHTML.xsl"
force="true" />
</target>
</project>