June 2002
Intermediate to advanced
384 pages
7h 53m
English
In the words of its developers, PHP.XPath is “. . . a PHP class for searching an XML document using XPath, and making modifications using a DOM style API . . . [it] does not require the DOM XML PHP library”[1]. The class, which is maintained as an open source project on the SourceForge network (http://www.sourceforge.net) by Nigel Swinson, Sam Blum, and Daniel Allen, is released under the Mozilla Public License, and is freely downloadable from http://www.sourceforge.net/projects/phpxpath.
[1] SourceForge.net. “Project: PHP.XPath Summary.” Available from the Internet: http://www.sourceforge.net/projects/phpxpath.
As the previous description suggests, there isn’t anything very complicated about ...