XML XPath question

2008-10-01 Thread Sandro Noel
Greetings. I am trying to retrieve some specific data from a XML document. data department employe id=1 nameabcd/name /employe employe id=2 nameefrh/name /employe

Re: XML XPath question

2008-10-01 Thread Chris Patterson
I am trying to retrieve some specific data from a XML document. data department employe id=1 nameabcd/name /employe employe id=2 nameefrh/name /employe

Re: XML XPath question

2008-10-01 Thread Sandro Noel
Chris, thank you that worked just fine, to bad the piece of information i read did not mention that... :( Sandro. On 1-Oct-08, at 12:47 PM, Chris Patterson wrote: Your XPath is almost correct, as far as I can tell. All you need to do is insert an @ character before the id attribute