RE: Basic schema validation problem

2001-09-04 Thread Phil Mitchell
yes, it is. But it seems that xerces is not interpreting the "xmlns" prefix...?? At 04:59 PM 8/30/01 -0400, you wrote: make sure your name space in .xml and .xsd is like : "<http://www.w3.org/2001/>http://www.w3.org/2001/..."; good luck. -Original Message- Fro

Basic schema validation problem

2001-08-30 Thread Phil Mitchell
Using xerces 1.4.2 I have been able to validate against a DTD, but not a schema. I get the following error: Message: Attribute "xmlns:xsi" must be declared for element type "personnel". I am using the sample data (personal-schema.xml) provided with xerces. Is this version not schema-aware? Do I s