[Prototype-core] Re: XML nodes and Element.readAttribute (IE bug)

2007-09-14 Thread Matt Foster
Wow I hate the attribute model, so broken heh. What is wrong with the native getAttribute method, is there anything different going on here? Cheers, Matt On Sep 13, 3:02 pm, Yanick [EMAIL PROTECTED] wrote: I don't know if anyone has encountered this problem before, but I was reading

[Prototype-core] Re: XML nodes and Element.readAttribute (IE bug)

2007-09-14 Thread Skip Baney
The values returned by getAttribute are not always the same across different browsers. Element#readAttribute simply wraps getAttribute and returns consistently. If you read through the Prototype source, you can see the differences that it resolves. - Skip On 9/14/07, Matt Foster [EMAIL