From: Stedwick Date: 2008-04-24T09:20:11+09:00 Subject: REXML cannot handle apostrophes? I have this line in my XML file that was created by REXML And I simply cannot access that element using REXML, at all, in any way, no matter what, as far as I can tell... I have tried escaping the apostrophes, I have tried converting them to ', I have tried both directly accessing the element and using XPath, nothing works. Does anybody have any tricks for how to access elements that have attributes with apostrophes in their names? Thanks!