tags:

views:

51

answers:

1

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?

+1  A: 

I solved it using the "special tags" in Nokogiri.

Angela