From: SourceForge.net <no...@so...> - 2004-01-10 20:44:34
|
Bugs item #775514, was opened at 2003-07-22 10:21 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=775514&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None >Priority: 3 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Regarding parsing of nonstandard html tags Initial Comment: For some html pages containing tags of their own (nonstandard html tags), Tidy is not parsing and giving an error while parsing that tag like the following: Error: <Tag> is not recognized! After that it is displaying a message like: This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. What to do if a tidied version of a html is needed for those html pages which include nonstandard html tags? ---------------------------------------------------------------------- Comment By: Mathew McBride (linuxlx) Date: 2003-08-08 14:03 Message: Logged In: YES user_id=405029 Hello I'm the lead developer of the Jazilla project (you already know that right :) ) and Jazilla has used JTidy since the days of JRenderer (atripp would know that well...) Anyway... it appears JTidy is stuffing up badly on pages containing non-standard pages, which means that some pages cause the XML parser to throw a SAXException claiming it didn't find the root tag. Which is really annoying. Try http://komodo.mozilla.org/buster/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=775514&group_id=13153 |