Re: XML editor
Lars Marius Garshol (larsga@ifi.uio.no)
27 Sep 1998 22:33:19 +0100
* thillai@ix.netcom.com
|
| Is there any XML editor which does validation based on DTD when I
| create the XML document. (after assoicating a DTD) For e.g if I try
| to add a invalid child it should give warning or based on DTD it
| should list what are all the valid children for a particular node.
| (Is it possible??)
Yes, this is possible, and SGML editors have been doing this for
years already.
One editor that does this is the Emacs PSGML-mode, but I'm not aware
of any other free editors that do this. XED does let you run a parser
and step through the validation errors while editing.
There are many commercial programs that let you do this.
--Lars M.