lookitsdre
Programmer
Hi Tek-Tips Users,
Greetings from a first poster.
I'm trying to do an xpath on an xml file that has two possible paths. One is :
//ja:head/ce:title
and the other is
//ja:simple-head/ce:title
Is it possible to combine the two? I've tried :
//ja:head|ja:simple-head/ce:title
and
//(ja:head|ja:simple-head)/ce:title
but neither seems to work?
Any tek-tips?(haha)
Thanks!
Andre
Greetings from a first poster.
I'm trying to do an xpath on an xml file that has two possible paths. One is :
//ja:head/ce:title
and the other is
//ja:simple-head/ce:title
Is it possible to combine the two? I've tried :
//ja:head|ja:simple-head/ce:title
and
//(ja:head|ja:simple-head)/ce:title
but neither seems to work?
Any tek-tips?(haha)
Thanks!
Andre