PHP Tutorial XML Parser
Basic
- Create an XML parser with namespace support with xml_parser_create_ns() in PHP
- Get options from an XML parser with xml_parser_get_option() function in PHP
- Get the XML parser error code in PHP
- Get the XML parser error description in PHP
- Get the byte index for an XML parser in PHP
- Get the current column number for an XML parser in PHP
- Get the current line number for an XML parser in PHP
- Parse XML data into an array in PHP
- Set a function to be called when the parser an unparsed entity in the XML document in PHP
- Set a function to be called when the parser finds a notation declaration in the XML document in PHP
- Set the character data handler for the XML parser in PHP