Ruby XMLParsing Exception

Posted by Rajesh on Stack Overflow See other posts from Stack Overflow or by Rajesh
Published on 2009-03-28T19:35:41Z Indexed on 2010/04/29 2:07 UTC
Read the original article Hit count: 426

Filed under:

I get a ParseException every time I try to parse a http get_response data in Ruby. The Exception is because of the presence of '&' in the data. How do I solve this?

Illegal character '&' in raw string (REXML::ParseException)

© Stack Overflow or respective owner

Related posts about ruby