Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

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 !

share

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.