What changes would i have to make in the source code?

Is this enough?

    parser = XMLReaderFactory.createXMLReader(parserName);

    EntityResolver resolver = new CatalogResolver(); <-- extra code
    parser.setEntityResolver(resolver); <-- extra code

-- 
View this message in context: 
http://www.nabble.com/Can-i-use-OASIS-XML-Catalogs-in-Xerces-%28commandline%29--tf3976738.html#a11683042
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


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

Reply via email to