From: SourceForge.net <no...@so...> - 2010-08-17 22:12:35
|
The following forum message was posted by aditsu at http://sourceforge.net/projects/jtidy/forums/forum/41437/topic/3814091: 1. JTidy tries to figure out the standard for each document. For that purpose, it checks the features used in the document (it knows for each tag and attribute, what html versions it is compatible with), the document\'s doctype (if any) and the doctype requested through the parameters. >From the code it looks like it could be one of: - HTML 2.0, 3.2, 4.0 (Strict/Transitional/Frameset), 4.01 (Strict/Transitional/Frameset), - XHTML 1.0 (Strict/Transitional/Frameset), 1.1, Basic 1.0 JTidy generally reports the standard it\'s using for each document 2. Basically yes; it depends on the specific problem you\'re having |