what is the equivalent of instruct! method in Nokogiri?
- by Angela
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?