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 >MartinReceived on Wednesday, 7 August 2002 14:58:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 3 April 2012 06:13:52 GMT