Skip to content
cnrdh edited this page Jul 13, 2012 · 5 revisions

Loading

#load_xml will parse DIF XML into a Ruby Hash, access it with #attributes

dif = Gcmd::Dif.new
dif.load_xml("/path/to/dif.xml")
dif.attributes 

Creating

Clone this wiki locally