xsl-list
[Top] [All Lists]

Re: [xsl] DTD error in Output

2006-10-23 12:28:10

an xslt engine should not be reading the dtd used for output.
My guess is that you have an _input_ file that is specifying that DTD.
If you do the file will not be well formed XML so will generate an error
with any xml application. The HTML DTD is an SGML DTD not an XML one.

It appears to be coming from having comments in the entity declaration
in the DTD:
that's one of the constructs allowed in SGML dtd but not in XML,
but there are lots of other ones. 



David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>