XML Debugger Support forum xml-debugger Parse XML documents and locate all errors Debug XML documents without parsing it. Pre-validation code! This is specially good when there are structural errors that might break your code if parsed or, in many cases, validated. Checks for: * unclosed or unopened ...
XML To Array Support forum xmltoarray Parse XML documents and retrieve data into arrays This class can be used to parse XML documents. The parser results are stored in an associative array with the whole document structure. Each array entry may contain nested arrays that describe the contents of ...
Binary XML Support forum binary_image_in_xml Generate and parse XML documents with binary files This class can be used to generate and parse XML documents with binary files. It can take a list of files and generate a XML document that includes the data of files using base64 encoding. The class can ...
XML Support forum array2xml_xml2array Parse XML documents into arrays and vice-versa This class can be used to parse XML documents and build an array with the document structure. It can also generate XML documents from nested arrays that define the document tag structure. The class can load XML ...
XML2Array_xmlreader Support forum xml2array_xmlreader Parse a XML document into an array This class can be used to parse a XML document into an array. It takes a XML document as a text string and parses it with the XMLReader class. The class traverses the parsed document and builds an array with ...
Clean XML To Array Support forum cleanxmltoarray Parse a XML document into a nested array This class can be used to parse XML documents. It parses the XML document from a file or string, and builds an nested array with nodes for each document tag. documentation how to use this class An alternative ...
simple XML Support forum simple_xml Parse XML documents into an hierarchy of objects This class can be used to parse XML documents. It builds an hierarchy of objects that represent each XML document node. XML tag node objects have variables that reference document child nodes. This class uses the ...
Simple XML to Array Support forum simple_xml_2_array Parse XML documents into arrays This class can be used to parse XML documents into arrays. It uses the DOM functions to parse a given XML document passed as a string. The class builds an array that contains the structure of tags and data contained ...
PHP Simple Large XML Parser Support forum simplelargexmlparser Parse XML documents and return arrays of elements This class can be used to parse XML documents and return arrays of elements. It can load a XML document from a file and extract the structure of tags into eventually nested arrays. The ...
XML to array parser HTML fix Support forum xmltoarray_htmlfix Parse XML with HTML entities and return arrays This class can be used to parse XML documents and retrieve data into arrays. It is an improvement of the original class written by MA Razzaque Rupom to make it process XML with illegal characters ...