From: Charles Sword Date: 2007-11-10T23:44:11+09:00 Subject: REXML parsing issue Disclaimer: I'm new to programming and ruby. I've used REXML to write both tree and stream parsers for simple xml files but I can't seem to return values for the xml below in either case: Sample Text In this example I'd like to return the value (Sample Text)for the tag? So my question is how do I specify this attribute to either a tree or stream parser? Any help would be appreciated. Thanks. -- Posted via http://www.ruby-forum.com/.