Hey Charlie,
I think this should be added to the bug list. I'll do it tonight when
I get home if you haven't already by then...

What I don't understand is this doesn't seem to be an encoding or
namespace issue, since all unicode characters except '&' work fine
(that I've tried). As far as I know, there are no encoding schemes or
namespaces that single out the '&' character, though I admit my
experience with this is too limited to say for sure.

I'm guessing this isn't a planned change, since there should be
*something* written in the change log/migration guide and there is
nothing. So I'm all but certain it's an unintended bug...

-chris


On Sep 29, 2:51 pm, Charlie Collins <[EMAIL PROTECTED]> wrote:
> I have this same issue.  I switched to localname as well, but it seems
> like as soccercheng notes, you should be able to dictate namespace and
> namespace-prefix features.  This blows up though, anyone on the team
> care to elaborate - should this work with Android, and should a bug be
> filed, or what?  (I didn't see any current bugs related to in my
> cursory search.)
>
> Also, this seems like a pretty big change from 0.9 to 1.0, maybe it
> should go in the migrating guide?
>
> On Sep 29, 10:09 am, Chris Cicc <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> > I am also having a problem with theSAXParserthat I believe is
> > similar to your problem. I had a parser for a basic XML document that
> > contained only nodes and text. This was working find for weeks with
> > 0.9. But after the change to 1.0 RC1 it no longer works properly.
>
> > Now, when it hits a node that contains the text, for instance "test &
> > text", it will separate it into three records, "test", "&", "text".
> > With 0.9 this would return "test & text" as you would assume. Using
> > other special characters, such as % and *, work as expected. Anyone
> > else see behavior like this?
>
> > Any suggestions?
>
> > Thanks,
> > Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to