0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-10 07:38:41 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 6232221c08 Define AttrDef_Text and parseCDATA().
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@160 48356398-32a2-884e-a903-53898d9a118a
2006-08-04 03:13:04 +00:00
..
AttrDef Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
EntityLookup Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
Lexer Add an attribute entity parse test to Lexer and change PEARSax3 to a proof of concept. 2006-08-04 02:59:15 +00:00
Strategy Correct slight hole involving AttrDefs that don't have a return value. 2006-08-04 03:01:45 +00:00
AttrDef.php Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
ChildDef.php Fix chameleon behavior with ins and del. 2006-08-03 01:03:23 +00:00
Config.php Set up configuration class, implement attr_id_blacklist 2006-08-04 01:47:48 +00:00
Definition.php Define AttrDef_Text and parseCDATA(). 2006-08-04 03:13:04 +00:00
EntityLookup.php Better enforcement of Singleton-ness, by requiring a setup() call after instantiation. 2006-07-24 11:35:46 +00:00
Generator.php Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +00:00
IDAccumulator.php Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
Lexer.php Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator. 2006-08-01 00:29:38 +00:00
Strategy.php Set up configuration class, implement attr_id_blacklist 2006-08-04 01:47:48 +00:00
TagTransform.php Commit TagTransform_Font and associated test-cases. 2006-08-03 00:14:10 +00:00
Token.php Fix case-sensitivity issues for attributes. Added TokenTest. Updated TODO. Removed TagTransform::normalizeAttributes 2006-08-02 02:43:52 +00:00