PHP XML Parser Functions
On this page, you will find all the functions related to XML parser. However, they cannot perform the XML validation. Function Description utf8_decode() Decode an UTF-8 string to ISO-8859-1 utf8_encode() Encode an ISO-8859-1 string to UTF-8 xml_error_string() Returns an error string from the XML parser xml_get_current_byte_index() Returns the current byte index from the XML parser …