Reading escape characters with XMLStreamReader

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-05-30T11:27:46Z Indexed on 2010/05/30 11:32 UTC
Read the original article Hit count: 401

Filed under:
|

Hi I have a problem reading escape characters inside an xml using.

javax.xml.stream.XMLStreamReader

for instance I have that tag :

<imageURL_large>http://image.shopzilla.com/resize?sq=400&amp;uid=1809235620</imageURL_large>

and when I read the value it is read like that : http://image.shopzilla.com/resize?sq=400

Any ideas how that could be fixed ?

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml