I'm working on a Sketchup extension that collects data and generate it as an XML file, need to create an XML file that contains data (area, volume ...) from a sketchup house model, using sketchup Ruby API.
I found methods like Nokogiri, REXML and Builder but do they work even for the Sketchup Ruby API ? if so how ?
Does anyone have any idea or examples ?
thank you !