Hi All,
I have ingested the XML into DB having node "include" and within "include" some file referenced, when i read the file from the DB it merges the each XML , is there any way to disabled include functionality while reading the file.
Input
==========================
<xi:include href="test1.xml"/>
<xi:include href="test2.xml"/>
</book>
i am reading the file using fn:doc() or db:open() both the function Merging included files.
Note: i don't have to set the option on the DB label to disable xinclude .
Regards
Dharmendra Kumar Singh