PHP - Parsing XML
XML is a great way to send data to another source; however, what if the destination wants JSON? I wrote this code to parse XML to preserve its attributes but in a standardized php array form. The current version is 1.0 and can be found here XmlParser.class.php