From 5b95034bfc65304cba6fcabf40141d731165cf33 Mon Sep 17 00:00:00 2001
From: Peter Donald dve/network
directory, substituting the name
anytime it encounters a change made by the user ID "donaldp".
It writes these changes into the file changelog.xml
.
Ant includes a basic XSLT stylesheet that you can use to generate +a HTML report based on the xml output. The following example illustrates +how to generate a HTML report from the XML report.
+ ++ <style in="changelog.xml" + out="changelog.html" + style="${ant.home}/etc/changelog.xsl"> + <param name="title" expression="Ant ChangeLog"/> + <param name="module" expression="jakarta-ant"/> + <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/> + </style> ++
<changelog>