RE: XQuery and graph data
Dimtre Novatchev <[email protected]> Thu, 2 Sep 2004 20:05:02 +1000
| Newsgroups | gmane.comp.web.query-languages |
|---|---|
| Message-ID | <[email protected]> |
>
> I have XML data in the form of a graph (nodes, edges) and I
> need to check if
> any cycles exist in the data before I join the data together
> in one XML file.
>
> Can anyone point me to any resources to do this? Has anyone
> already done this in XQuery?
>
In January I sent to the xml-dev list an XSLT 1.0 solution to a
similar problem -- it should be straightforward to code in XQuery:
http://lists.xml.org/archives/xml-dev/200401/msg00444.html
Dimitre Novatchev.