Package XML_Parser
Detailed Description
- Author:
- Stig Bakken <ssb@fast.no>
Tomas V.V.Cox <cox@idecnet.com>
Stephan Schmidt <schst@php-tools.net>
Stig Bakken <ssb@fast.no>
Tomas V.V.Cox <cox@idecnet.com>
Stephan Schmidt <schst@php-tools.net>
- Todo:
- create XML_Parser_Namespace to parse documents with namespaces
- Todo:
- create XML_Parser_Pull
- Todo:
- Tests that need to be made:
- mixing character encodings
- a test using all expat handlers
- options (folding, output charset)
- different parsing modes
error class, replaces PEAR_Error
An instance of this class will be returned if an error occurs inside XML_Parser.
There are three advantages over using the standard PEAR_Error:
- All messages will be prefixed
- check for XML_Parser error, using is_a( $error, 'XML_Parser_Error' )
- messages can be generated from the xml_parser resource
public
- See also:
- PEAR_Error