roxml
XML mapper
A Ruby module for mapping objects to XML using annotations and bidirectional marshalling
ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.
223 stars
7 watching
176 forks
Language: Ruby
last commit: 24 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mvz/happymapper | A Ruby library that maps XML data to ruby data structures without requiring explicit class definitions or configuration. | 152 |
razrfalcon/roxmltree | An XML parsing library that creates a read-only tree from an XML document. | 434 |
rom-rb/rom-yaml | Provides YAML-based data mapping and serialization support for Ruby objects | 28 |
rom-rb/rom | A toolkit for efficiently mapping and persisting data in Ruby applications | 2,087 |
remi/her | An ORM that maps REST resources to Ruby objects | 2,050 |
semantifyit/rocketrml | A JavaScript implementation of the RDF mapping language (RML) for data integration and querying. | 25 |
mrtaikandi/mapto | A convention-based object mapping library using Roslyn source generation | 94 |
srdc/ontmalizer | Automatically transforms XML Schemas to RDF/OWL representations. | 78 |
weshatheleopard/rubyxl | A Ruby library for reading and modifying spreadsheet files in the Open XML format | 1,276 |
gcharita/xmlmapper | A framework for mapping XML data to Swift objects and vice versa | 111 |
gerhardlm/dynamicxmlparser | A tool for dynamically parsing XML content into predefined data classes in ActionScript. | 2 |
overbryd/exoml | A module to convert between XML and an internal tree structure | 7 |
ruricolist/fxml | A secure-by-default XML parser and serializer library | 32 |
leahneukirchen/rum | A DSL-based framework for mapping HTTP requests to actions in Rack applications | 102 |
ohler55/ox | An XML parser and object marshaller designed to be fast and efficient | 905 |