- Fix bug in dealing with xml element attributes for both REXML and Ox
- Make Ox the preferred XML parser
- Remove core class monkeypatches
- Sort out some class / singleton class issues
- Have parsers refer to toplevel CONTENT_ROOT instead of defining it
- Move redundant input sanitizing to top-level
- Refactor libxml and nokogiri parsers to inherit from a common ancestor