Can someone help me parse a XML string using SAX parser and then validate the same against the XSD defined'
I have the program that works when I pass the input xml and xsd as arguments but my requirement involves passing a input string containing the target XML and the XSD as arguments
I am getting the below error when parsing the XML string using DocumentBuilder
[Fatal Error] BlendedProfile.xsd:2:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
The error is The processing instruction target matching "[xX][mM][lL]" is not allowed.