text nodes

webmasterbeta

New Member
I want to extract parts of some textnodes

test.xml
<text>How are you?</text>

test2.xml
<text>Not good</text>

I've been looking at xpointer to do the work but can't quite grasp the
consept.
Let's say you want to show the text "are" from test.xml and just "ot" from
test2.xml what would be the best way to do that?
I want to transform the result to a new xml file.
Any suggestions?
 
Back
Top