Add Named Array's to XMLEncoder and JSONEncoder
Review Request #2240 — Created April 5, 2011 and discarded
Currently, we can't have named array's as our XML Output. With this, can add a NameArray to the XML and will produce a valid XML representation with the corresponding named elements.
All testing was completing when creating XML Export extension.