All releases of php xmllib


Release Notes: Correct encoding and decoding of UTF-8 and ISO-8859-1 are now supported. #text, #cdata-sections, and comments are also supported. New methods include: getElementByID; getCardinality, which returns the next available id, and is very useful for inserting records; toFile, which writes data to a file; toArray, which parses nodes into an associative array; nodeValue, which provides easy access to a node's value. The name of the $type attribute was changed to $nodeName in order to fit the general standards, and it should be accessed with the nodeName() method. The Root class has been deprecated. getData() has been deprecated in favor of nodeValue().