You should use mootools 1.3 and select nodes using Slick.search or
Slick.find.
Get the responseXML and pass it to Slick as a context:
new Request({
url: 'yoururl',
onSuccess: function(text, xml){
Slick.find(xml, '#selector');
}
});
Something like that.
--
Fábio Miranda Costa
front...@portalpadroes
Globo.com
*github:* fabiomcosta
*twitter:* @fabiomiranda
*ramal:* 6410
On Thu, Oct 21, 2010 at 4:17 PM, Vito Tafuni <[email protected]> wrote:
> hi to all,
> I spent a lot of time finding the problem!
>
> I'm using Strophe lib for writing an XMPP client.
> The problem is that when i receive a stanza xml element, document.id fails
> to convert it to a Mootools element on IE8 (when will they stop coding it?)
>
> http://www.jsfiddle.net/vitotafuni/bnFfK/
> here you can find my example code... Strophe has some builtin xml builder
> for simple element like 'iq', 'presence' and 'message' so i've used one of
> them to simulate a received stanza.
>
> I hope someone can help me!
>
>
>
> --
> -----------
> Tafuni Vito
> [email protected]
> ---------------------------------------------
> "Verba volant, scripta manent... data corrupted"
>