> How do i override the "xsi:noNamespaceSchemaLocation=<>" attribute mentioned
> in the XML to the XSD string retrieved from the database.

        You can write an Entity Resolver returning an Input Source object. 
Create an Input Source object with a character stream, StringReader in your 
case, wrapping the original source String.
        something like.... 
        new InputSource(new StringReader( "XSD string retrieved from the 
database .." )


--
Neeraj B.
Sun Microsystems, inc.






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

Reply via email to