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 4935c69904 Main: implemented regexp-style validation for complicated child definitions
Also:
* Updated spec with some extra comments
* Trigger error if HTMLDTD_ChildDef_Simple has validateChildren called
* Factor out definition assertion in test class

git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@50 48356398-32a2-884e-a903-53898d9a118a
2006-06-05 00:50:27 +00:00
benchmarks Condense benchmark output. 2006-04-16 01:09:32 +00:00
docs Main: implemented regexp-style validation for complicated child definitions 2006-06-05 00:50:27 +00:00
tests Main: implemented regexp-style validation for complicated child definitions 2006-06-05 00:50:27 +00:00
HTML_Generator.php Finish HTMLDTD_ChildDef_Required. 2006-04-17 00:49:15 +00:00
HTML_Lexer.php Fit everything to width=80. 2006-05-30 14:38:28 +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 Main: implemented regexp-style validation for complicated child definitions 2006-06-05 00:50:27 +00:00
tester.php Add HTML_Generator class and associated unit tests. 2006-04-16 03:27:40 +00:00