FluentDOM, PHP DOM Manipulation ala jQuery
FluentDOM is a very new project that provides an easy to use fluent interface for DOMDocument. The idea was born in a workshop of Tobias Schlitt, about the PHP XML extensions at the IPC Spring in Berlin.
We implemented most of the jQuery methods into FluentDOM, but here are differences. Most important: we use XPath for expressions, not CSS selectors. Since XPath is supported by the ext/xml extension, no extra parsing need to be done. This should be faster processing the selectors and btw it was easier for us to implement. And as a nice topping it supports namespaces, too.
A very nice way to read and edit XML document on the fly and using xpath selectors. You can read more about the project http://fluentdom.org/, nightly build also available for download to give it a try http://nightly.fluentdom.org/.











AJAX Magazine's RSS
