Implement composite validator, and make Interchange use that.
commite4ab6d584e94816eff658edb7f5d2aed543445b5
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 5 Mar 2008 05:20:28 +0000 (5 05:20 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 5 Mar 2008 05:20:28 +0000 (5 05:20 +0000)
treee8e78e9a102a2795a6b2b94d77c1322e17607c93
parente21e9b23adf6c4e2d2b973f65bf4fcf9cb25acb5
Implement composite validator, and make Interchange use that.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1606 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier.includes.php
library/HTMLPurifier/ConfigSchema/Interchange.php
library/HTMLPurifier/ConfigSchema/InterchangeValidator.php
library/HTMLPurifier/ConfigSchema/Validator/Composite.php [new file with mode: 0644]
tests/HTMLPurifier/ConfigSchema/InterchangeValidatorTest.php
tests/HTMLPurifier/ConfigSchema/Validator/CompositeTest.php [new file with mode: 0644]