classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Classpathx-xml] bug report (and fix) for premature error report -- rath


From: Anli Shundi
Subject: [Classpathx-xml] bug report (and fix) for premature error report -- rather than ca ll EntityResolver
Date: Thu, 28 Feb 2002 17:56:14 -0500

Hi,

line 585 of SAXDriver (package gnu.xml.aelfred2)

            in.setSystemId (absolutize (baseURI, in.getSystemId (), false));

the last argument of to absolutize should be true: the absolutize should
be 'nice=true' and thus return the unabsolutized systemId by giving a chance
to the call to EntityResolver in the next line:

            source = entityResolver.resolveEntity (in.getPublicId (),
                        in.getSystemId ());

Example: any SOX schema as the attached one...



Anli Shundi                         address@hidden
TIBCO Software Inc.                 office: (919) 969-6518

www.extensibility.com  |  www.XMLschema.com  |  www.tibco.com

Attachment: multinote.sox
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]