[EMAIL PROTECTED] wrote: > > The DTD, as you posted it anyway, is pretty much completely dead.
Not true. > It > appears as though the <!-- of most of the comments have been lost, for > instance, from the very beginning of the file: > > <!ENTITY % ContentType "CDATA" > -- media type, as per [RFC2045] --> > > should have almost certainly been: > > <!ENTITY % ContentType "CDATA" > <! -- media type, as per [RFC2045] --> > > In the first form, its definitely not a valid DTD. So did it get munged in > the process of your posting it or is that the way it really is? This is not a valid XML DTD, but it is a valid SGML DTD! HTML 4.0 is an SGML application. Xerces only supports XML DTDs. You may want to consider switching from HTML to XHTML [1], after which you'll be able to use Xerces. [1] http://www.w3.org/TR/xhtml1 -- Arnaud Le Hors - IBM Cupertino, XML Technology Group