[Sedna-discussion] Xinclude Support in Sedna

2011-04-12 Thread Veeru
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
nameTest/name
Value50/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


Re: [Sedna-discussion] Sedna Xinclude

2011-04-12 Thread Veeru
Hi Ivan

Got that, Did that with other libraries as suggested. 

Awesome work with Sedna :)


Thanks
Veeru





From: Ivan Shcheklein shchekl...@gmail.com
To: Veeru me_vs_world77-se...@yahoo.com
Cc: sedna-discussion@lists.sourceforge.net 
sedna-discussion@lists.sourceforge.net
Sent: Tuesday, April 12, 2011 9:09 AM
Subject: Re: [Sedna-discussion] Sedna Xinclude


Hi Veeru,


Do we have xinclude support in sedna

No, Sedna doesn't process XInclude instructions. You need to include documents 
on the application level (with some tools or/and libraries) before bulk load 
them into Sedna.


Ivan Shcheklein,
Sedna Team--
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


[Sedna-discussion] Sedna Xinclude

2011-04-11 Thread Veeru
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
nameTest/name
Value50/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