I have to make XML request to external service and this service requires to send element:
<foo bar></foo bar>
I am using Builder::XmlMarkup with ruby 1.8.7 and rails 3.0.20. Is it possible to create that kind of element with Builder::XmlMarkup or Nokogiri?
No comments:
Post a Comment