0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier/Lexer
Maxim Krizhanovsky a3d71fe606 Iterative traversal of DOM.
There are some deep DOMs you can hit the maximum nesting level
limit in tokenizeDOM (we've experienced this even with maximum nesting
level of 300). Here is an iterative version of the same function with
simple queue/dequeue approach.

Signed-off-by: Maxim Krizhanovsky <darhazer@gmail.com>
2011-01-19 22:06:40 +00:00
..
DirectLex.php Fix bug in parsing single attribute with entities. 2010-05-31 19:44:18 -07:00
DOMLex.php Iterative traversal of DOM. 2011-01-19 22:06:40 +00:00
PEARSax3.php Add boolean value flag for PEARSax3 for testing if a token is empty. 2010-02-26 21:36:51 -05:00
PH5P.php Make newline normalization optional. 2010-09-14 23:49:28 -04:00