- From: Dave Raggett <dsr@w3.org>
- Date: Fri, 24 Mar 2000 11:45:30 -0600
- To: Bertilo Wennergren <bertilow@hem.passagen.se>
- Cc: html-tidy@w3.org
On Wed, 5 Jan 2000, Bertilo Wennergren wrote: > I've had problems with Tidy and XHTML. > > Tidy seems to get things very wrong with XHTML framesets. > Tags like <frame ... /> are rejected. The final "/>" seems > to make Tidy upset. Tidy itself however produces such > frame tags, with "/>", but when fed the code back for a recheck, > it rejects its own code. > > Also the XHTML attribute "xml:lang" is unknown to Tidy. Many thanks for your feedback. I have altered FindTag() in tags.c to deal with this, moving the test for XmlTags to before the dictionary lookup. I have also updated the way xml is formatted to suppress line breaks after start tags and before end tags for elements with mixed content. I have to make a new release with these fixes soon. Regards, -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett tel/fax: +44 122 578 3011 (or 2521) +44 385 320 444 (mobile) World Wide Web Consortium (on assignment from HP Labs)
Received on Friday, 24 March 2000 13:14:27 UTC