Add dependency checking for included files.
commit5c9bdca98b102cffc5c7b241209c2d3131afc92a
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 25 Mar 2007 22:48:25 +0000 (25 22:48 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 25 Mar 2007 22:48:25 +0000 (25 22:48 +0000)
tree7fec0087d78286aff8f0e48276a4032fc4b5799a
parent6e7477acf0e9173dc1ba8cc41648f89de1acb3d3
Add dependency checking for included files.

git-svn-id: http://htmlpurifier.org/svnroot@900 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
xhtml-compiler/XHTMLCompiler/DOMFilter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/AbsolutePath.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php
xhtml-compiler/XHTMLCompiler/DOMFilter/GenerateTableOfContents.php
xhtml-compiler/XHTMLCompiler/DOMFilter/IEConditionalComments.php
xhtml-compiler/XHTMLCompiler/DOMFilter/MarkLeadParagraphs.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Quoter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSGenerator.php
xhtml-compiler/XHTMLCompiler/FilterManager.php
xhtml-compiler/XHTMLCompiler/Page.php
xhtml-compiler/XHTMLCompiler/TextFilter.php
xhtml-compiler/tests/XHTMLCompiler/FilterManagerTest.php