Forum OpenACS Development: Checking DTD compliance of an XML file

Does anyone have experience checking that an XML file is well formed and complies with a certain DTD or schema? I would like to add such a check for our message catalog files. Sometimes when those files are hand edited they are messed up. The same thing goes for our .info files.
Collapse
Posted by Alfred Werner on
Look on http://groups.yahoo.com/group/tdom/ and type DTD in the search box, there are lots of good examples.
Collapse
Posted by Bart Teeuwisse on
Another option is to use PSGML in Emacs. You can then check the XML document as you write/modify it.

/Bart