Implement AbsolutePath and IEConditionalComments filters. Add an xc namespace (urn...
commitc596bb6495baaaf98a597a3bcd9f67b18238920b
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 18 Mar 2007 20:12:05 +0000 (18 20:12 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 18 Mar 2007 20:12:05 +0000 (18 20:12 +0000)
treeb79f335df3a9957b59a4c3202c467114514df81e
parent6aae025502b072dc495f8291c973ad5c63890f2e
Implement AbsolutePath and IEConditionalComments filters. Add an xc namespace (urn:xhtml-compiler) which can be used for commonly used attributes (helps cut down on xmlns declarations). DOMFilter is a little different now: instead of defining which namespaces they'd like to use, a document gets allocated a namespace based on their unique class name, so DOMFilter->ns is now that namespace, or the XC namespace if they didn't request any with DOMFilter->prefix.

git-svn-id: http://htmlpurifier.org/svnroot@841 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
common-header.xml
common-meta.xml
comparison.xhtml
index.xhtml
xhtml-compiler/XHTMLCompiler/DOMFilter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/AbsolutePath.php [new file with mode: 0644]
xhtml-compiler/XHTMLCompiler/DOMFilter/IEConditionalComments.php [new file with mode: 0644]
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSGenerator.php
xhtml-compiler/XHTMLCompiler/FilterManager.php
xhtml-compiler/config.default.php
xhtml-compiler/config.filters.php
xhtml-compiler/tests/XHTMLCompiler/FilterManagerTest.php