Parse JSON and create XML formatted file that still represents the data. (SuperXMLParser adds all the #children/#name tags). Parse XML and create a JSON formatted file. (arrays/objects/...)
Use a generic object but create correct JSON/XML data from the generic object. Or do I have to use a specific object in order to get the correctly formatted output formats?