Closed GoogleCodeExporter closed 9 years ago
Thanks for the feedback. This is a common problem encountered when upgrading
from 1.2 to 1.3. This is indeed an incompatible.
Remove this line and it will hopefully work:
.set("atom", "http://www.w3.org/2005/Atom")
Basically, what is going on is that now the mapping is one-to-one, so it is not
possible to map both the default namespace and the "atom" namespace to
"http://www.w3.org/2005/Atom". So when you call:
.set("", "http://www.w3.org/2005/Atom")
.set("atom", "http://www.w3.org/2005/Atom")
It remaps "http://www.w3.org/2005/Atom" to "atom" instead of "".
Original comment by yan...@google.com
on 7 Mar 2011 at 2:09
Original issue reported on code.google.com by
Christia...@gmail.com
on 6 Mar 2011 at 6:28