Question
XPATH question
Hi All,
This is my markup:
<sim>
</sim>
I am only interested in capturing the text "some text here", ie all text that comes before any of the children of <sim>
I think <titlepg> is always the first child so I can have it stop there
Can this be done in XPATH?

