RE: XQuery and graph data

> 
> 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.

Received on Thursday, 2 September 2004 10:05:14 UTC