<innererror> can be arbitrary xml content, not just text.
e.g. http://data.stackexchange.com/stackoverflow/atom/Votes
Our consumer does not parse these properly. To fix:
- introduce Characters2 to our shadow stax api (to mirror javax.xml.stream.events.Characters)
- introduce isCharacters, asCharacters to our xml event
- create innerXml, outerXml helpers sitting on top of our stax api
- use innerXml when parsing <innererror>, not getElementText
Original issue reported on code.google.com by john.spurlock on 6 Aug 2012 at 11:38
Original issue reported on code.google.com by
john.spurlock
on 6 Aug 2012 at 11:38