XML validation in PL-SQL [message #406769] |
Fri, 05 June 2009 13:33 |
indenigma2002
Messages: 2 Registered: July 2008
|
Junior Member |
|
|
Hello guys,
We need some kind of automated solution that will pick
up the record from a specific table and validate them
against the XML schema(Multiple) & log the errors in only Oracle PLSQL.
The validation of the xml against the XSD should take place when the xml is parsed.
I want to know how first the XSD's are stored or registered in the Oracle XDB repository.
Please can anyone suggest me how this can be done with a simple example with a sample xml and XSD
|
|
|