API Reference simple_xml v#1.3.1
Modules
This is a thin wrapper around the saxy library. It leverages the DOM generated by saxy's
SimpleForm parser and defines some basic operations on the DOM via the XmlNode
module.
A simplistic XML node representation that uses the saxy lib, in order to avoid xmerl based libraries, which have the vulnerability that they create new atoms for each tag within the XML document.