
June 19th, 2004, 04:49 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 26
Time spent in forums: 16 sec
Reputation Power: 0
|
|
Using ANT to generate HTML from XML/XSLT
Hi,
Hopefully someone can help !! I want to generate multiple HTML pages (bascially for a photo gallery - each page will contain a different image for example).
So that I don't have to edit each HTML page, I want to generate these pages automatically using XML and XSLT. Now I can write the XML and XSLT (just about  )) and I know a little ANT scripting - at least I can use ANT to generate HTML from XML and XSLT. But I am not sure how I can generate multiple HTML files from one XML files and one XSL file or even if this is possible ? I am thinking that the ANT will need to pass a parameter to the XML so that it can determine which image is required for the page.....
|