Jörn Zaefferer schrieb:
> Stephen Woodbridge schrieb:
>> John,
>>
>> Thank you for looking at this. Removing the '//' helps a little. Now
>> both the alerts work in FF, and in IE6 it no longer throws an error, but
>> both of the searches in IE6 appear to return a null string (ie: '')
>>
>> Also changing the first alert to:
>>
>> alert("'" +
>> $('/html/body/xml/[EMAIL PROTECTED]"country"]/[EMAIL
>> PROTECTED]"NAME"]').text()
>> + "'");
>>
>> works on FF but throws an error on IE6. This might be a clue about what
>> is going on.
>>
> #164 is not yet resolved, see my latest comment there.
> http://jquery.com/dev/bugs/bug/164/
> IE reacts really weird when using getAttribute on an XML element. Looks
> like we need some more workarounds.
what about:
this.attributes['attr'].nodeValue
?
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/