Below exception encountered during xml validation against xsd:
NonParserException: oracle.xml.parser.schema.XSDException.
Code fails at this line:
XMLSchema schemadoc = (XMLSchema)builder.build(in,null);
Please suggest
Printable View
Below exception encountered during xml validation against xsd:
NonParserException: oracle.xml.parser.schema.XSDException.
Code fails at this line:
XMLSchema schemadoc = (XMLSchema)builder.build(in,null);
Please suggest