[xquery-talk] Regular Expression search

Elarrat, EFC eduardoelarrat at gmail.com
Mon Dec 12 09:21:11 PST 2005


Hi everyone,
lately I've been trying to build a xquery search that contains regular
expressions to get my result, but I couldnt make it. So I would like to know
how to search within a xml structure for some generic tags. For example:

This xml:

<tagA>
    <subTagA>MyNameIsEduardo</subTagA>
</tagA>
<tagB>
    <subTagB>MyNameIsElarrat</subTagA>
</tagB>

How do I search for subTags that begins with "MyNameIs" and ends with
anything else so I can have both subTags on my result? Thanks in advance,


Eduardo Elarrat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://xquery.com/pipermail/talk/attachments/20051212/7f7f79fa/attachment.htm


More information about the talk mailing list