Reading escape characters with XMLStreamReader
- by Roman
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&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 ?