Re: Validaton of xml file against xsd file

Hi Karuna,

> I am getting this error while I am validating one
> personnel-schema.xml file against related personnel.xsd
> file(examples given in the xerces's data folder)
>
> I didn't change any thing in the files. I just ran the
> follwoing command
>
> java sax.SAXCount -v personal-schema.xml

It looks as though it's trying to validate against a (non-existant)
DTD rather than against the schema. Try using SAX2Count instead?

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/

Received on Wednesday, 12 December 2001 14:04:07 UTC