| <?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> |