[EMAIL PROTECTED] wrote on 09/15/2004 03:29:57 AM: > > Hi, > > I am trying to vaildate XML that uses the http://www.w3.org/1999/XMLSchema > namespace using XERCES2. I am getting errors. > Does anyone know what version of xerces supports the http://www.w3. > org/1999/XMLSchema namespace? > > Thanks. >
No, the schema processor doesn't recognize this namespace. It was used in eariler drafts of the XML Schema spec. Xerces2 only supports the W3C Recommendation [1] which associates the namespace http://www.w3.org/2001/XMLSchema with schema components. [1] http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]