blob: f853b98b13a3ae2d5ba365805349a255c8b8d50b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
name="xsl-conversion"
default="main"
basedir=".">
<!-- note: this file isn't used in test, just left here as a handy way to test transform
in workspace during development of xsl -->
<target
name="main"
description="Converts log.xml to produce log.html">
<xslt
in="log.xml"
out="log.html"
style="wtplog.xsl"
force="true" />
</target>
</project>