S
S Perryman
Hello there.
I'm trying to construct an XPath/XQuery expression to find all
elements in an XML structure (descendents etc) that satisfy an infix
search pattern that in regexp form would be : *pattern* .
All the refs I've got to date suggest that I might only be able
to do :
*pattern (suffix match)
pattern* (prefix match)
Any info or ptrs etc would be much appreciated.
Regards,
Steven Perryman
I'm trying to construct an XPath/XQuery expression to find all
elements in an XML structure (descendents etc) that satisfy an infix
search pattern that in regexp form would be : *pattern* .
All the refs I've got to date suggest that I might only be able
to do :
*pattern (suffix match)
pattern* (prefix match)
Any info or ptrs etc would be much appreciated.
Regards,
Steven Perryman