Xpath select escaped node with a node

gazkrxki

New Member
I have this xml :\[code\]<text> blah blah <strong> hello </strong> more text <strong>hello again</strong> blah blah</text>\[/code\]How do I select the text within the strong tags which have been escaped with \[code\]&lt\[/code\] and \[code\]&gt\[/code\]In this example the selection should be:[*]hello [*]hello again Update needs to be XSLT 1.0
 
Back
Top