on that page there is like to a page
(http://goessner.net/2006/01/remote-json.html)with a simple function
to do remote json calls! Pretty cool... A great tool to through into
our arsenal!

On 10/27/06, Danial Tzadeh <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> For XML to JS I use a neat XML2JSON library. Once transfered you have JS
> native object which you can use much easier than xml.
>
> http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html
>
> Hope it can help you a bit
>
> -----
> Danial Tzade
> www.clexus.com
>
>
>
>  On 10/28/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> > Dave Methvin schrieb:
> > >> look at http://imaptools.com:8081/maps/demo.html
> > >> and double click on the map, then click the toggle button under the
> map.
> > >>
> > >> This is currently broken on IE, because of
> > >>     http://jquery.com/dev/bugs/bug/164/
> > >> (Which I hope gets FIXED soon, please!)
> > >>
> > >>
> > >
> > > I think this is breaking a find() case in the test suite as well. Did
> some
> > > recent change cause the breakage, or just that the error has been there
> all
> > > along and recently reported?
> > >
> > Check my latest comment here:
> http://jquery.com/dev/bugs/bug/164/
> >
> > These three lines cause lots of trouble when working with XML in IE:
> >
> > } else if ( elem.getAttribute != undefined && elem.tagName ) { // IE
> elem.getAttribute passes even for style
> >         if ( value != undefined ) elem.setAttribute( name, value );
> >         return elem.getAttribute( name, 2 );
> >
> > Test attr(String, Object)x does not fail, instead IE hangs and skips the
> > test. In addition, it indicates an error on the first line, but only the
> > first time the page is loaded. Something about "Wrong number of
> > arguments or illegal property assignment".
> >
> > If you have any idea how to solve this, you are welcome.
> >
> > --
> > Jörn Zaefferer
> >
> > http://bassistance.de
> >
> >
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
> >
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>


-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to