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.
Hi,
I want to ignore attributes when converting the object to xml? Is there a way I can specify something in annotation so attribute is excluded at the time of xml conversion?
Hi, I want to ignore attributes when converting the object to xml? Is there a way I can specify something in annotation so attribute is excluded at the time of xml conversion?
Thanks in advance