Feature Requests item #1520555, was opened at 2006-07-11 15:40 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1520555&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 7 Private: No Submitted By: Fred (fburlet) Assigned to: Jevon Wright (jevonwright) Summary: Add a way to validate html pages Initial Comment: This can be useful in order to check the well-formedness of a page (and some other constaints like id usage, alt attribute has a value, title has a value,...). This feature should be optional (do not enforce the validation of each "downloaded" pages) but user should be able to enforce the validation following his needs. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2008-11-24 03:49 Message: In the first place, you can simply validate against DTD for XML valid HTML (XHTML). It will not work for old HTML (without closing tags) but who wants to validate a page when code is already ugly. ---------------------------------------------------------------------- Comment By: Jevon Wright (jevonwright) Date: 2008-11-24 03:23 Message: Unfortunately, the latest version of JTidy is horribly out of date (no new release for 8 years) and the current API is very difficult to work with, so it's probably unlikely that we'll be able to validate newer documents (XHTML, HTML 5) using the current version of JTidy. Are there any other HTML validation tools for Java? ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2006-07-11 18:05 Message: Logged In: YES user_id=1235926 See http://jtidy.sourceforge.net/ Perhaps could we simply use this lib and check HTML. We need at least 2 new methods: assertHtmlIsCorrect() to manually force check and setAutoHtmlCheck(boolean value) to set auto assertion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1520555&group_id=61302 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ JWebUnit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
