Hi
I wan't to parse an XML document on my filesystem using the parse tag
from the XML Jelly-library.
If I specify the source XML file by an absolute Path it does not work.
It seems that the parse tag is expecting a relative (to ${basedir})
path.
I want to to something like this:
<x:parse var="myFile" xml="${basedir}/../mydir/myFile.xml"/>
How can I do this?
Thanks
Silvio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]