Loading XML into oracle using XDB utilities [message #197630] |
Thu, 12 October 2006 02:02 |
vvk_2
Messages: 1 Registered: October 2006
|
Junior Member |
|
|
Hello,
I am trying to load an XML document using XML DB utilities provided by oracle.The exact funcion being used to read the XML is xdb_utilities.getXMLfromBFile,which loads the XML documnet into a XMLType column.
But,the problem here is that,the XML fails to load if the XML document is not well formed.i.e. even if one of tag names is wrong.Is there a way to remove the wrong tags and at least read the correct tags.
Please provide any other pointers for reading XMl other than using XDB utilities to work aorund this problem.
Thanks in advance!!
|
|
|
|