Why do you want to write a verifier by yourself when there are good ones Available freely. Check out libxml parser. If you want to use sax, use xerces...
cheers -----Original Message----- From: bhaskar bhowmick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: help required hi, i am totaly new to xml, dom and sax. I want to implement a xml verifier. Given a dtd, and a xml file it will tell whether there is any discripency or not.. I don't want give a DOCTYPE specifcation in the xml document. I want implement it using sax and c++. Plz, help me with regards bhowmick _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
