Hi, I'm trying to parse an XML file with a tag like <item href="http://address.com/item.jsp?param=yes¶m2=yes"> But SAXBuilder, with validation off, refuses to parse the file because the attribute has ampersands in. Does anyone know a way round this? Thanks, Nick