Empact / roxml

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.
http://roxml.rubyforge.org/
MIT License
223 stars 176 forks source link

Ordering is not preserved between input and output #13

Open Empact opened 15 years ago

Empact commented 15 years ago

Ideally, ordering should either be in the order found or in the order attributes are declared