How do I use Nokogiri XML Builder with a field that is the word "text"?
- by Angela
I think "text" must be a special form because when I use xml.text "hello" the tag doesn't appear in the xml doc. Whatever follows that tag is simply listed without a . I tried to use send.(:"text", "hello") but that doesn't work either.
Ideas?