RE: Parse DTD

2001-06-27 Thread Olivier Schmitt
Title: Parse DTD Have a look at the EnumVal sample   Olivier -Original Message-From: LiChao (À) [mailto:[EMAIL PROTECTED]]Sent: Monday, June 25, 2001 11:50 PMTo: '[EMAIL PROTECTED]'Subject: Parse DTD Hi,all.   How to parse a standalone DTD? I had wri

RE: Parse DTD

2001-06-26 Thread Jesse Pelton
Title: Parse DTD You can get a sense of whether your DTD has any syntax errors by creating an XML document that uses it and using one of the sample programs (such as DOMPrint) to parse the document. Xerces will report any problems in the DTD that it detects. Of course, this won't tel

Parse DTD

2001-06-25 Thread LiChao(李超)
Title: Parse DTD Hi,all.   How to parse a standalone DTD? I had written a DTD document using notepad. I want to use xerces in the program to juddge if there is any syntax error in the DTD.How should I do? Which API should I use? I am a beginner of xerces.I have been browsing the helping doc