- From: Charles Reitzel <creitzel@rcn.com>
- Date: Wed, 07 Aug 2002 15:04:40 -0400
- To: "Martin Dulisch" <mdulisch@s-und-n.de>
- Cc: <html-tidy@w3.org>
Hi Martin, I just checked the JTidy sources, and JTidy does not support parsing the DTD internal subset. The C version of Tidy provides very limited support: it will only pass the subset through to the output without any interpretation of its contents (which it looks like it would work for you here). take it easy, Charlie At 10:19 AM 8/7/2002 +0200, Martin Dulisch wrote: >Hello, > >when I format my XML document with JTidy the folowing fragment: > >----- ><!DOCTYPE xsl:stylesheet [ ><!ENTITY nbsp ' '> >]> >----- > >is formated to this: > >------ ><!DOCTYPE xsl:stylesheet [ ><!ENTITY nbsp '&#160;'> >----- > >I have called setXMLTags(true). Is there another parameter to avoid the >described format. > >Thanks for help >Martin
Received on Wednesday, 7 August 2002 14:58:13 UTC