0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00
Standards compliant HTML filter written in PHP. http://htmlpurifier.org
Go to file
Edward Z. Yang 83f735ea7e Finish HTMLDTD_ChildDef_Required.
Fix bug in HTML_Generator that resulted in attribute-less empty elements to have extra spaces in them.

Add whitespace designation to MF_Text.

git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@44 48356398-32a2-884e-a903-53898d9a118a
2006-04-17 00:49:15 +00:00
benchmarks Condense benchmark output. 2006-04-16 01:09:32 +00:00
docs Add to spec some special cases about exclusions and what to do with invalid data. 2006-04-16 22:51:34 +00:00
tests Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
HTML_Generator.php Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
HTML_Lexer.php Turn on entity parsing for the Lexers. Add PureHTMLDefinition and define removeForeignElements. 2006-04-16 03:00:05 +00:00
HTML_Purifier.php Standardize test-cases with the prefix Test_. Add framework for HTML_Purifier, its unit test will really only be for regression testing from integration issues. It's more important to test the components. 2006-04-16 03:39:39 +00:00
MarkupFragment.php Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
PureHTMLDefinition.php Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
tester.php Add HTML_Generator class and associated unit tests. 2006-04-16 03:27:40 +00:00