Mohamed,

Thank you for answering me the first question
>

You are welcome )


> my second question is:
> how to create a collection?
> in fact i have a lot of XML files which have the same model, i need to
> query them,in the same time
> i need to query a collection
>

That's pretty easy. Firstly you need create collection itself:

create collection "test"

Then you just load all documents into this collection:

load "doc1.xml" "doc1" "test"
load "doc2.xml" "doc2" "test"
...

See http://modis.ispras.ru/sedna/progguide/ProgGuidesu8.html#x14-530002.5.2
 and http://modis.ispras.ru/sedna/progguide/ProgGuidesu7.html#x13-500002.4 for
further details.


Ivan Shcheklein,
Sedna Team
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to