RE: validating XML without DOCTYPE

2003-09-05 Thread Yves Monier
to myschema.xsd - take care to setProperty (for fgXercesSchemaExternalNoNameSpaceSchemaLocation): it accepts a void* but the given value is assumed to be an XMLCh* (unicode), not a char* Yves > -Original Message- > From: Yves Monier [mailto:[EMAIL PROTECTED] > Sent: Thursda

RE: validating XML without DOCTYPE

2003-09-04 Thread Yves Monier
Hello, I had the same problem 2 days ago! (http://marc.theaimsgroup.com/?l=xerces-c-dev&m=106246309804928&w=2) And the answer is: you can't :-( But Neil Graham answered that it is possible with schemas (thanks Neil, I'm investigating this!) Yves > -Original Message- > From: Christian Br

Validating an XML document against an external DTD

2003-09-01 Thread Yves Monier
Hello, I use xerces-c 2.1.0. The XML files I need to validate: - contain NO reference to the DTD (e.g. no DOCTYPE). - don't contain the xml header (), though this is not the issue here XML example: maison noun house The DTD against which I need to validate will probably be stored