Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting the problem.
We should be able to change our parsing algorithm to be flexible enough to
handle this case properly. It shouldn't matter what namespace aliases the
returned feed uses from the API. In theory the only thing that matters is the
namespace URI's. The only catch is when the namespace alias is not defined in
the XmlNamespaceDictionary, but that the namespace alias is already used for a
different namespace URI. In that case, we should make up a new namespace like
"ns1", "ns2", etc.. If the developer wants to control the namespace aliases
(e.g. for serialization), they simply need to declare those namespace
alias->URI mapping in advance in the XmlNamespaceDictionary.
Original comment by yan...@google.com
on 21 Dec 2010 at 12:23
Original comment by yan...@google.com
on 24 Dec 2010 at 1:15
Original comment by yan...@google.com
on 7 Jan 2011 at 3:28
Original comment by yan...@google.com
on 8 Jan 2011 at 6:25
Original comment by yan...@google.com
on 31 Jan 2011 at 9:48
Original comment by yan...@google.com
on 2 Feb 2011 at 5:05
Original comment by yan...@google.com
on 18 Feb 2011 at 1:21
What Happen is this problem fixed?
I want to use Google api java client to connect android app with Google Health
Api
Original comment by Alifi...@gmail.com
on 9 May 2011 at 7:37
It should have already been fixed as part of the 1.3 release in February.
Original comment by yan...@google.com
on 9 May 2011 at 9:06
Original issue reported on code.google.com by
sax...@google.com
on 21 Dec 2010 at 2:12