sage -
> From: "Robert Koberg" <[EMAIL PROTECTED]>
> To: "Ant Users List"
> Sent: Saturday, March 15, 2008 9:53 AM
> Subject: Re: XSL, Ant and different input files
>
>
> >
> > Hi,
> >
> > Have you looked at the relatively brief on
Robert-
The xslt task allows you to supply your own
encoding
DTD
param
http://ant.apache.org/manual/CoreTasks/style.html
HTH
Martin
- Original Message -
From: "Robert Koberg" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent: Saturday, March 15, 2008 9:53 AM
Hi,
Have you looked at the relatively brief one page of documentation for
the XSLT task in the Ant manual?
You want to look for sending the target directory for your lookup files
into the transformation as params. You can also specify the filename
paramter name as an attribute on the XSLT task e
Hi
I have 2 different xml data files with the same filename named zw.xml in 2
separate directories.
Each contains lines similar to these lines below
In my xsl, I have
I have 2 properties named d1, d2 in Ant where each point the directory
containing zw.xml.
How do I import or retrieve those pr