Chris, the SAX Parser has an "on_characters" callback. You need to note when you see an on_start_tag for the tag "row". Then, in your on_characters callback, you use the characters it presents you. When you see an end tag for "row", you need to turn off your note. Get it?
-- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

