This looks like a bug. You  may want to log this in the issue tracker.

When you file a bug, please include a short code snippet from APIDemos like
the one below, to make it more clear:

 private Intent getIntentToSend() {
        Intent intent = new Intent(GTalkDataMessageReceiver.ACTION);
        intent.putExtra("poke", "Hi, I am Sam.");
        intent.putExtra("question", "test<[EMAIL PROTECTED]>");          //This
gives invalid-xml error

        return intent;
    }


On Thu, Apr 3, 2008 at 7:58 PM, tu <[EMAIL PROTECTED]> wrote:

> I found when I put string like "name <[EMAIL PROTECTED]>" in the intent sent 
> by
> gtalk data send service. I got an "invalid-xml" error tagged by
> "Smack/Packet".  I think it just because there is '<' and '>' in the string.
> So I think it maybe a bug for gtalk data send service
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to