From: SourceForge.net <no...@so...> - 2004-04-30 10:52:24
|
Bugs item #775517, was opened at 2003-07-22 10:27 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=775517&group_id=13153 Category: Tidy functionality Group: None >Status: Closed >Resolution: Works For Me Priority: 1 Submitted By: soujanya (tooltesting) >Assigned to: fabrizio giustina (fgiust) Summary: Regarding html pages containing 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: fabrizio giustina (fgiust) Date: 2004-04-30 12:52 Message: Logged In: YES user_id=798060 you will need to add new (non standard tags) using the following config options: new-blocklevel-tags new-empty-tags new-inline-tags new-pre-tags see tidy quickreference at http://tidy.sourceforge.net/docs/quickref.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=775517&group_id=13153 |