Re: XML Schema validation problem

2004-05-04 Thread Jeff Greif
Tuesday, May 04, 2004 2:22 PM Subject: XML Schema validation problem > I'm trying to validate an xml file against a schema that references W3C > reserved attributes, like xml:base or xml:lang. I'm using the DOMParser.parse > () method to parse the file. The problem is th

XML Schema validation problem

2004-05-04 Thread Michail Papadopoulos
I'm trying to validate an xml file against a schema that references W3C reserved attributes, like xml:base or xml:lang. I'm using the DOMParser.parse () method to parse the file. The problem is that Xerces seems to be unaware of these reserved attributes and tries to resolve the references to the

Re: XML Schema - validation problem

2002-05-07 Thread Elena Litani
Tomas hi, Cirip Tomas wrote: > [Error] cvc-elt.1: Cannot find the declaration of element 'my:family'. > and I don't understand why?! XML Spy validates XML document just fine. Both > files - family.xsd and family.xml are in the same directory. Thank you Xerces support XML Schema Rec, however you a

XML Schema - validation problem

2002-05-07 Thread Cirip Tomas
Hi folks, I have a problem with validation using XML schema. The error message I am getting: [Error] cvc-elt.1: Cannot find the declaration of element 'my:family'. and I don't understand why?! XML Spy validates XML document just fine. Both files - family.xsd and family.xml are in the same direct