From: John Butler Date: 2007-09-01T04:57:57+09:00 Subject: REXML element reading
error When reading in the site element from my xml file using rexml it seems to be chopping the rest of the text off after the first
The value in the XML file is below 123 street
amstown
amserland
element = REXML::XPath.first(doc, '//Site') puts element.text #shows 123 Street How can i get the full data and once i have it i can remove the
I cant find any information on this????? JB -- Posted via http://www.ruby-forum.com/.