[jQuery] xml tag with namespace ???
Inside $.Select the tag is parsed with this regexp:
var re = new RegExp( "^([#.]?)([a-z0-9\\*_-]*)", "i" );
So I think it's just stopping the match at the colon and finding "dc".
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of John Resig
Sent: Tuesday, April 04, 2006 10:06 AM
To: jQuery Discussion.
Subject: Re: [jQuery] xml tag with namespace ???
That's strange... I would've assumed that either one of those options
would've worked. I'll have to check into it and see why that is happening.
In the backend, it's just using getElementsByTagName, so it should work,
theoretically. Weird. If anyone has any insight, let me know.
--John