I'm not sure if I'm posting in the right forum, so if not, I apologize in advance.
I'm using the 'SAXParser' class to validate an XML file against an XSD file. To specify the full path and name of the XSD file, I use the 'setProperty()' method. What I need to find out is how to specify the XSD as an XML String (the String is generated at run-time, and I want to avoid creating a file on the server). Is this possible?
I'm using the 'SAXParser' class to validate an XML file against an XSD file. To specify the full path and name of the XSD file, I use the 'setProperty()' method. What I need to find out is how to specify the XSD as an XML String (the String is generated at run-time, and I want to avoid creating a file on the server). Is this possible?