B
Brad
I'm trying to follow this tutorial: http://www.germane-software.com/software/rexml/docs/tutorial.html
When I use the IRB and do:
require "rexml/document"
include REXML
doc = Document.new File.new("mydoc.xml")
I get an error:
<UNDEFINED> ... </>
I copied the source file right from the website and created an XML
document called 'mydoc.xml'
Why is it failing?
Thank you
Brad
When I use the IRB and do:
require "rexml/document"
include REXML
doc = Document.new File.new("mydoc.xml")
I get an error:
<UNDEFINED> ... </>
I copied the source file right from the website and created an XML
document called 'mydoc.xml'
Why is it failing?
Thank you
Brad