DOMIT! - A DOM XML Parser for PHP News
Brought to you by:
jheinstein,
tsinik
DOMIT! version 0.4 has been released. This release provides several new methods for the safe manipulation of attributes.
New features:
getAttribute($name) - returns the value of the named attribute
setAttribute($name, $value) - sets the named attribute to the specified value
removeAttribute($name) - removes the named attribute
hasAttribute($name) - determines whether the specified attribute exists
Bug Fixes:
- A new version of the SAXY parser (a replacement for Expat) is bundled with this version. This fixes a bug where attributes were ignored if encased in single quotes.
Please visit the DOMIT! homepage at http://www.engageinteractive.com/domit/ for more information.