[Ironruby-core] rexml/document with IronRuby
Jimmy Schementi
Jimmy.Schementi at microsoft.com
Fri Jan 15 13:11:44 EST 2010
> Is rexml/document compatible with IronRuby?
Yes:
>>> require 'rexml/document'
=> true
What is the value of $LOAD_PATH? I had sent you a mail earlier saying to copy ir.exe.config and put it in your application's app.config, and to correct any relative paths in the LibraryPaths value. Not being able to find rexml means that the Ruby standard library isn't on your $LOAD_PATH, or your application doesn't have permissions to see it.
If you have questions about a library being supported, please try it through ir.exe; if it works then you know it's a problem with your hosting setup.
~Jimmy
More information about the Ironruby-core
mailing list