Re: XInclude unresloved xpointer starting with shorthand in element scheme data

2005-07-17 Thread Michael Glavassevich
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

RE: Validation error in xerces -j 2.6.2 and 2.7.0 for schema types xsd:anyURI

2005-07-17 Thread Michael Glavassevich
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

Re: Trouble with setSchema Method

2005-07-17 Thread Michael Glavassevich
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