Categories

Updated: 03/05/2006

The TagMogrifier library for PHP

This library lets you perform fast and easy-to-program transformations on XML documents. Instead of having to write your own parser, or directly using the PHP DOM parser, and having to write your own tree walker and such, you only need to instantiate a class, add a few match expressions, and assign a function to process every XML element that matches, DOM-style.
©2003-2019 jCay.com