Dom

  • Simplehtmldom tweaking

    I found great tool for html dom parsing called PHP Simple HTML DOM Parser or Simplehtmldom. it works like jquery. I tested it and it's very powerfull and we can use it to simplify finding or replacing certain dom and the proporties of html content. It's powerfull. By using Simplehtmldom, we can build custom extension for Joomla, Wordpress, Drupal, etc to manipulate html content. This is it's feature: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP ...
    More »