in reply to XML::TreeBuilder invalid token problem
Update: I'm not sure if there is a way to work around invalid XML using XML::TreeBuilder. Conforming XML parsers are required to throw an exception when encountering invalid XML. In other words, XML parsers should parse valid XML and reject invalid XML with no way of working around it.
In your case, the URL should have been escaped using n&%2339
|
|---|