blob: 923134592b28bd0855682c805134c83f821a4713 [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>