buzzfuttock
ISP
Hi guys
i've got an xml file which is structured like below
<intro>
<abstract>here's my abstract</abstract>
and here is my intro
</intro>
I want to be able to extract "and here is my intro" from this xml file - without extracting the contents of the abstract node.... Can anyone give me any ideas as to how to do this?
I guess I need the correct xpath expression, but I can't seem to figure out one to use!
DOCUMENT/INTRO - extracts both, DOCUMENT/INTRO/ABSTRACT extracts just the abstract... How do I extract just the intro and not the childnode abstract?
Many thanks for any ideas
Joe
i've got an xml file which is structured like below
<intro>
<abstract>here's my abstract</abstract>
and here is my intro
</intro>
I want to be able to extract "and here is my intro" from this xml file - without extracting the contents of the abstract node.... Can anyone give me any ideas as to how to do this?
I guess I need the correct xpath expression, but I can't seem to figure out one to use!
DOCUMENT/INTRO - extracts both, DOCUMENT/INTRO/ABSTRACT extracts just the abstract... How do I extract just the intro and not the childnode abstract?
Many thanks for any ideas
Joe