Xommelier is an XML Object Mapper. You could describe some namespace (e.g. Atom) in ruby DSL and use it for parsing XML to Ruby objects or for building XML from Ruby objects.
Look into {Xommelier::Atom}, {Xommelier::Atom::Threading}, and {Xommelier::Atom::History} module for implementation of http://www.w3.org/2005/Atom namespace, Atom Threading, and Feed Paging and Archiving extensions
See examples
dir for examples of:
- reading an Atom feed;
- building an Atom feed;
- building an Atom feed from hash;
- {Xommelier::Atom} - http://www.w3.org/2005/Atom
- {Xommelier::Atom::Threading} - http://purl.org/syndication/thread/1.0
- {Xommelier::Atom::History} - http://purl.org/syndication/history/1.0
- {Xommelier::OpenSearch} - http://a9.com/-/spec/opensearch/1.1/
- Rebuild on top of ROM
- Validating built XML against RelaxNG
- Converting XML Schema, RelaxNG, RelaxNG Compact and DTD into Xommelier Ruby DSL
- ActiveRecord-like automatic loading of XML Schema, RelaxNG, RelaxNG Compact and DTD without needing to write it down into ruby code
© Alex Semyonov, 2011-2017. See LICENSE for details