Re: [Xmltask-users] xmltask call and recursive xpaths

2006-05-30 Thread Brian Agnew
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

RE: [Xmltask-users] xmltask call and recursive xpaths

2006-05-30 Thread BERVOETS Wim
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.

Re: [Xmltask-users] xmltask call and recursive xpaths

2006-05-30 Thread Brian Agnew
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

[Xmltask-users] xmltask call and recursive xpaths

2006-05-30 Thread BERVOETS Wim
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 -