DOMIT! - A DOM XML Parser for PHP News
Brought to you by:
jheinstein,
tsinik
DOMIT! version 0.3 has been released. This release includes:
- several new convenience methods for accessing DOM Document data
- improvement upon several existing methods, and
- a documentation update.
New features:
getNodesByNodeType - returns an array of nodes of a specified nodeType (e.g., all text nodes)
getNodesByNodeValue - returns an array of nodes of a specified value (e.g., all text nodes with a value of "This is a test")
getText - returns all text contained in the specified node (and its children)
Documentation Updates:
- corrected error in page 18 of DOMIT! Tutorial, for replaceChild method
Please visit the DOMIT! homepage at http://www.engageinteractive.com/domit/ for more information.