I just started using ant and have a question about XMLProperty. <!-- sample-file.xml --> <root-tag> <x>x1</x> <x>x2</x> </root-tag>
Using the sample above, XMLProperty will transform"x" into a comma separated
list of values:
root-tag.x=x1,x2
Is there any way to specify the delimiter used (like a "|") ? ie return this
instead
root-tag.x=x1|x2
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
