Hi Gerrard,
Gerrard Drury <[EMAIL PROTECTED]> wrote on 07/14/2005 04:27:17 AM:
> Hi Michael,
>
> Thanks for your response and explanation. I guess this logically leads
> to the next set of questions.
>
> 1. Is Xerces likely to consider adding support for this in the future?
We kicked around a
Literal space characters are allowed by the anyURI type. I imagine one
reason their use is discouraged is because (some of) these characters may
be removed from the value during white space normalization [1]. It's
possible to use spaces in anyURI values without encoding them. You just
have to b
Hi Anthony,
The setSchema() method was added to DocumentBuilderFactory in JAXP 1.3.
J2SE 1.4 contains an older version of JAXP (1.1) which doesn't have this
method. Simply putting xml-apis.jar on the classpath doesn't work because
the built-in libraries are always loaded first. Here are a coupl