I've come across the following differences in Xerces
JAXP v. Sun JAXP 1.0.1:
1) The DocumentBuilder for Sun does not include ignorable white space
as Text nodes (Xerces JAXP with the underlying DOMParser does).
2) The DocumentBuilder.parse( String uri ) for Sun requires a URI
when accessing a file (e.g. file:account.xml) whereas Xerces
does not require a proper URI (e.g. account.xml).
Can the differences in the Xerces implementation of JAXP be
modified to bring them in line with the Sun JAXP 1.0.1 version?
Sincerely,
Kevin Regan
kevinr@valicert.com
|