> I'm aware of 'dtdvalid', but in fact it validates an XML document > against its DTD. It validates also the DTD, but to validate the DTD > alone we are forced to write some dummy XML document.
You can use dtdvalid -d test.dtd to simply perform validation of the DTD. @alex

