Quote:
Originally Posted by AN-net
Hi jdelasko, I am sorry I haven't gotten back to you. I have been very busy with some internal Zoints work and I haven't gotten time to sit down and look at the HTML Purifier code either in order to assist you in this. I will be able to take a peek at the code later this week probably fri. or sat. Again, I am sorry.
|
Thanks. I'd sure appreciate it. The docs on HTLMpurifier.org aren't much help.... most of the docs assume that the person reading them somehow magically can fill in the missing pieces. Here's a good example:
http://htmlpurifier.org/dev/docs/enduser-youtube.html
They give an example of youtube filter code and then they make this statement:
And the corresponding usage:
Code:
<?php $config->set('Filter', 'YouTube', true); ?>
The above code/usage is the sum total of the directions they give on the implementation.