xml
xml copied to clipboard
A PHP XML parser that provides an easy way to convert XML into native PHP arrays and back again. No dependencies on external libraries or extensions.
Results
3
xml issues
Sort by
recently updated
recently updated
newest added
sampleFile.xml http://neoburgos.com/MeasuresList_SAMPLE.xml Then from a file called test.php ` Result: `array(0) { }`
Syntax error in XML data.
Figure out a way to reduce memory consumption on large XML files by breaking up the read into chunks.
enhancement