Topic: DOMDocument PHP class
Dear Patnaik,
Today I saw the DOMDocument PHP class
http://php.net/manual/en/class.domdocument.php
and I thought it could be useful for something like htmlawed.
I hope it helps.
Regards,
You are not logged in. Please login or register.
PHP Labware forum → htmLawed → DOMDocument PHP class
Dear Patnaik,
Today I saw the DOMDocument PHP class
http://php.net/manual/en/class.domdocument.php
and I thought it could be useful for something like htmlawed.
I hope it helps.
Regards,
The class can certainly be useful to manipulate (X)HTML, but I am not sure it will work if the input is not properly structured (unclosed tags, etc.). It is not a filter by itself, and one has to write additional code for that. I can think of some uses in conjunction with a filter like htmLawed.
PHP Labware forum → htmLawed → DOMDocument PHP class