Dick Davies wrote: > I bit the bullet and went to ruby cvs last week from 1.6.8. > The new libraries are great! Today I am playing with rexml and > open-uri. Something is b0rked, though. > > I tried parsing my homepage since it's xhtml, and I don't have > loads of xml files knocking about. > > open-uri loads the doc fine (*nice* lib, incidentally), but rexml has > some problems with it. If I remove this line: > > <link rel=stylesheet href="css/9.css" type="text/css" /> ------------^ The value of the rel attribute must be in quotes. James www.rubyxml.com