PHP Tutorial XML Parser

Basic

  1. Create an XML parser with namespace support with xml_parser_create_ns() in PHP
  2. Get options from an XML parser with xml_parser_get_option() function in PHP
  3. Get the XML parser error code in PHP
  4. Get the XML parser error description in PHP
  5. Get the byte index for an XML parser in PHP
  6. Get the current column number for an XML parser in PHP
  7. Get the current line number for an XML parser in PHP
  8. Parse XML data into an array in PHP
  9. Set a function to be called when the parser an unparsed entity in the XML document in PHP
  10. Set a function to be called when the parser finds a notation declaration in the XML document in PHP
  11. Set the character data handler for the XML parser in PHP




















Home »
  PHP Tutorial »
    XML »




DOM
SimpleXML
SimpleXMLElement
XML Parser