Hi Guru's

Do we have xinclude support in sedna, i have a collection of documents trying 
to query a particular element in the collection.

<?xml version="1.0" standalone="yes"?>
<Information>
<links xmlns:xi="http://www.w3.org/2001/XInclude";>
<xi:include href="a.xml" />
</links>
</Information>
a.xml contains
<DATA>
<name>Test</name>
<Value>50</Value?
</DATA>
I have 5 such documents in the collection, trying to find "Name" in all the 
documents

using for $x in collection("Take2)//name
return $x 


query returns an empty set. any help is appreciated




~Veeru
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to