1

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,

2

Re: DOMDocument PHP class

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.