Add support for full document parsing, aka discard everything that's not in-between...
commit9a35dfa6b9d2aa77d7cc2ee66b6c400aab3d29fb
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 15 Aug 2006 00:53:24 +0000 (15 00:53 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 15 Aug 2006 00:53:24 +0000 (15 00:53 +0000)
tree4adfc7c4beec41f4dc3ebb80925dcee202c5b83d
parentd7140f2e05bbdf56f10e8f4bd5077462a9f5d189
Add support for full document parsing, aka discard everything that's not in-between body if applicable.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@258 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier/Lexer.php
library/HTMLPurifier/Lexer/DOMLex.php
library/HTMLPurifier/Lexer/DirectLex.php
library/HTMLPurifier/Lexer/PEARSax3.php
tests/HTMLPurifier/LexerTest.php