From: gabriele renzi Date: 2004-03-12T20:04:36+09:00 Subject: Re: REXML package warnings il 12 Mar 2004 02:52:12 -0800, toxid@centras.lt (Ignas Kukenys) ha scritto:: >Hi. I am using REXML package that comes with ruby and I get these >annoying warning messages: it seem you're using the pragprog installer for 1.8.1. For some strange reason te installer puts rexml version 2.7.3, included in 181, in ruby\lib\ruby\1.8 (good) and an older rexml (2.5.7) in ruby\lib\ruby\site_ruby\1.8\ (bad) just rename the second one (to rrexml as an example) so that you can use the one included with ruby 1.8.1 HTH.