Hi Shoers,

I can't seem to:

require 'rexml/document'

I grep'ed through shoes source and noticed cache.rb uses REXML::Document
I need to parse XML too, and preferably with a ruby core library.
Anyone care to try this code, just to check for error ?

require 'rexml/document'

Shoes.app do
 d = REXML::Document.new
 stack do
   para "Foo Bar"
 end
end

Another question, if anyone can tell how to figure out the platform in
use, i won't have to go into source code (there is a platform.rb
smilling at me). Thanks :)

Ruby 1.8.5 (Debian Stable package)
Shoes 0.r396 Linux

--
pedro mg

Reply via email to