[xquery-talk]extracting document sections

Titash Neogi titash_neogi at symantec.com
Wed Apr 19 05:19:33 PDT 2006


 
Hi,

I have the following document structure in a single doc - content.xml.

<Para>
<p>Some Text</p>
<p></p>
</Para>
<Para>
<p>Some Text</p>
<p></p>
</Para>
<Para>
<p>Some Text</p>
<p></p>
</Para>
<Para>
<p>Some Text</p>
<p></p>
</Para>
....
....

This document is stored in a exist DB. The path is /db/content.

Now I am trying to extract each of those <Para></Para> into individual
documents and store it in the DB. 

I am not sure how to go about doing this. Any hints will be most
helpful.

Thanks and regards
Titash Neogi




More information about the talk mailing list