CARVIEW |
Select Language
HTTP/1.1 200 OK
Date: Mon, 13 Oct 2025 02:56:32 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000
Content-Length: 3153
Content-Type: text/html; charset=UTF-8
XML_Parser2
Top Level :: XML
Package Information: XML_Parser2
» Summary | » License |
---|---|
XML parsing class based on PHP's bundled expat | BSD License |
» Current Release | » Bug Summary |
0.1.0 (beta) was released on 2012-03-31 by doconnor (Changelog) |
No open bugs Report a new bug to XML_Parser2 |
» Description | |
This is an XML parser based on PHPs built-in xml extension. It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it. |
|
» Maintainers | » More Information |
|
Copyright © 2001-2025 The PHP Group All rights reserved.
Bandwidth and hardware provided by:
eUKhost