what is the equivalent of instruct! method in Nokogiri?

Posted by Angela on Stack Overflow See other posts from Stack Overflow or by Angela
Published on 2010-06-15T03:26:11Z Indexed on 2010/06/15 3:32 UTC
Read the original article Hit count: 131

Filed under:
|
|
|

I'd like to use Nokogiri instead of builder to create an XML document because creating the nested appears easier in Nokogiri (I don't need to create a block for each nest).

However, how do I create the equivalent of instruct! using Nokogiri?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby