php xmllib is a class that is capable of parsing XML documents using only PHP code, without the need for a special extension library like Expat or any other XML parsing library. The code is very compact and efficient compared to competing libraries. However, it's not as feature-rich.
| Tags | Software Development Libraries php classes Text Processing Markup XML |
|---|---|
| Licenses | Freeware |
| Implementation | PHP |
Recent releases


Changes: 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().
A program that creates a PDF file by composing pages from other PDF files.