XML parsing class based on PHP's bundled expat
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.
- 12 errors
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
XML_Parser-1.2.8.tgz | 000001347613.2 KB | 1210015389over 16 years ago |
Revision 1 (latest revision is 3)
unknown
committed
over 16 years ago (revision 1)