I just posted about this. The bug is on account of jquery using
toUpperCase on the dom property nodeName, as jQuery assumes that the
dom is implemented like this. However, strictly speaking, xml nodes
are case sensitive so this property isn't set in all caps when the
content is negotiated as application/xml

On Jan 6, 6:17 pm, Briz <brizb...@gmail.com> wrote:
> Thanks, I was hoping it was helpful.
>
> On Tue, Jan 6, 2009 at 10:07 AM, John Resig <jere...@gmail.com> wrote:
>
> > Thanks for pulling this together - I'm making a note of it!
>
> > Oh, and great test case, by the way :-) It's great to see everything
> > on one page.
>
> > --John
>
> > On Tue, Jan 6, 2009 at 12:58 PM, Briz <brizb...@gmail.com> wrote:
>
> > > Hi, guys. So far, 1.3b2 is a drop-in replacement for my most recent
> > > work. I've run into only one issue so far.
>
> > > I documented it here:
> > >http://jquery.glyphix.com/1.3/
>
> > > I'm happy to make a ticket for it, but I'm not sure if it's been
> > > reported yet.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to