Hi, > From: "gabriele renzi" <surrender_it / rc1.vip.ukl.yahoo.com> > Sent: Friday, September 19, 2003 7:17 PM > >I downloaded and installed ruby180-10.exe from > >http://sourceforge.net/project/showfiles.php?group_id=67007 > >It seems to work for me. > > > > C:\ruby\bin>ruby -rxmlparser -e 'p XML::Parser.new' > > #<XMLParser:0x2847d68> > > > >I've no idea now. Is there anyone who met the error? > could it be related to the loading order of the variuos files ? > It seem that in file lib/xsd/xmlparser XMLParser is defined as a > module. > Is it possible that at some point appears a thing like this that > overrides the previous definiton of XMLParser as a class ? Doh! I remember that soap4r introduces XSD module constants into toplevel. XSD::XMLParser crushes with XMLParser at toplevel... Thank you. I'll fix. Regards, // NaHi