HTML DOM library
Monday April 18 2011 10:36am
Manipulating a html file with PHP is not the easiest task. For my CMS, I needed a powerful and easy tool to use, so I wrote my own HTML parser. I have almost all the same functionalities as simplehtmldom bacause it was the library I was using at the beginning. My library is doing essentialy the same work, but much faster.
Update (2011-06-19) : I have updated the library, it fix an encoding problem
Update (2011-11-13) : I have updated the library and the documentation
