Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: query for a path in xml data
Hi,
Can you please elaborate, exactly what you are trying to search ? "<a><b><c>" (tags) or contents of the tags. I think if you use domain indexes you can do all these things easily.
Vijay
Volker Luedecke <vlnews_at_irlandbilder.de> wrote in message news:<Xns937BA41DC4C8Bvlirlandbilderde_at_130.133.1.4>...
> Hi,
>
> I am looking for a way to extract paths from XML data, like
>
> stored: <a><b><c>text</c></b></c>
> query: findpath for "text"
> return: /a/b/c
>
> Does anybody know how to solve that problem?
>
> thank you very very much
> Volker Luedecke
Received on Thu May 15 2003 - 08:47:47 CDT
![]() |
![]() |