users] xmltask call and recursive xpaths
For your 'constantvalue' below I'd expect your path to be:
constant/text()
to access the text node.
For 'constantname' I'd expect the path to be:
constant/@name
to access the attribute. Now I'll have to c
users@lists.sourceforge.netSubject: Re: [Xmltask-users]
xmltask call and recursive xpaths
For your 'constantvalue' below I'd expect your path to
be:constant/text()to access the text node. For
'constantname' I'd expect the path to be:constant/@nameto access
the attribute.
For your 'constantvalue' below I'd expect your path to be:
constant/text()
to access the text node.
For 'constantname' I'd expect the path to be:
constant/@name
to access the attribute. Now I'll have to check whether you can access
an attribute value as opposed to an attribute node (there
Hi,
I have the following
XML file:
Dutch
text
French
text
...
I have the following
Ant file:
The output I receive
on an example xml file is:
Constant: locale_nl -