Re: More test suite problems

> Xerces resolves and returns the complete path of systemIds for
> notation decls, where as the actual outputs do not and can not
> contain complete resolved paths for systemIds.  Xerces appears
> to behave in accordance with the SAX API...

The definition of the canonical forms (sun/cxml.html) specifies that
the shortest possible relative URI should be output.  This is
inconsistent with the infoset - which is the way it is to allow for
catalogues and redirection - but should be easily derivable from the
value SAX returns.

Why is this a problem now?  Surely the test harnesses must have made this
work in earlier releases?

-- Richard

Received on Wednesday, 29 May 2002 09:16:02 UTC