Hi there,

This plugin might be useful:

XML to JSON plugin v1.0
http://www.fyneworks.com/jquery/xml-to-json/

Cheers,
Diego A.

2008/7/9 Wallonman <[EMAIL PROTECTED]>:

>
> It seems that the DOM parsed 'on the fly' isn't ready for querying.
>
> When doing something weird like:
>
> var xml = $('<root><p>Hello World!</p><p>Bye World!</p></root>');
> $(xml).appendTo("body");
>
> then the
>
> alert($("p").text());  // without context
>
> works !
>
>
>
>
>


-- 
Cheers,
Diego A.

Reply via email to