
Sabre/xml wraps XMLReader and XMLWriter, and provides standard design patterns around:
* Quickly generating XML based on simple array structures,
* Providing a super simple XML-to-object mapping,
* Re-usability of parsers.
It aims at being simpler to use than SimpleXML or the DOM.