Hi,
I have an XML String.
I need to obtain its corresponding Document object, without validating
the XML string.

i.e. i need the output of  
        parser.getDocument() 
without calling parser.parse(InputSource) before calling the above
method.

Is it possible to get this Document object without first validating the
string?

TIA,
abhishek.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to