From: Brad Wilson Date: 2005-07-07T22:44:26+09:00 Subject: Re: Ruby XPath support (was Re: Extract/Parse String?) On 7/7/05, Mark Thomas wrote: > Since I'm new to Ruby, I have to ask: is there an HTML parser that > supports XPath? I used tidy to turn HTML into XHTML, and then REXML to navigate and modify it. I could've turned it back into HTML with tidy again, but leaving it as XHTML was acceptable for me (parsing HTML elements from RSS and modifying them for import into a new blog engine).