Closed GoogleCodeExporter closed 9 years ago
I had the same issue and another work around is to add an empty string alias to
the namespace dictionary.
XmlNamespaceDictionary namespaceDictionary = new
XmlNamespaceDictionary().set("", "");
Original comment by craig2600
on 18 Oct 2011 at 11:04
Stack trace looks identical to:
http://code.google.com/p/google-http-java-client/issues/detail?id=23
But it's no guarantee that it's the same issue. We should investigate whether
the fix for the above fixes this issue.
Can you please give us the whole XML content being parsed so we can reproduce
it exactly?
By the way Ravi, we should release google-http-java-client 1.5.1-beta with the
bug fix so our users can benefit from the bug fix.
Original comment by yan...@google.com
on 18 Oct 2011 at 11:20
Original comment by rmis...@google.com
on 14 Jan 2013 at 3:31
Original comment by yan...@google.com
on 14 Jan 2013 at 4:08
Original issue reported on code.google.com by
dsbo...@gmail.com
on 29 Aug 2011 at 10:49Attachments: