Re: [Moo] XML-Request

2010-03-01 Thread Aaron Newton
See Request.XML in this gist: http://gist.github.com/304105 On Mon, Mar 1, 2010 at 10:54 AM, Sanford Whiteman < sa...@cypressintegrated.com> wrote: > > Mooshell dosn't support xml requests, so I can't show you :-( > > I've used the rsd at /blog/xmlrpc.php?rsd for demos. > > -- S. > >

Re: [Moo] XML-Request

2010-03-01 Thread Sanford Whiteman
> Mooshell dosn't support xml requests, so I can't show you :-( I've used the rsd at /blog/xmlrpc.php?rsd for demos. -- S.

Re: [Moo] XML-Request

2010-03-01 Thread Davor Ilic
s to be on a webserver'); > > } > > }).send(); > > > > Here is the xml: > > > > > > > > > > > > > > ... > > .... > > > > > >

RE: [Moo] XML-Request

2010-03-01 Thread Matthew Hazlett
Of Roman Land Sent: Monday, March 01, 2010 7:34 AM To: mootools-users@googlegroups.com Subject: Re: [Moo] XML-Request I have not got the chance to play around with XML (switched to using JSON a while ago and never looked back - so if you have an options I strongly advice JSON), but I think you sh

Re: [Moo] XML-Request

2010-03-01 Thread Roman Land
I have not got the chance to play around with XML (switched to using JSON a while ago and never looked back - so if you have an options I strongly advice JSON), but I think you should be either using XPath or the usual mootools selectors. Maybe this will be useful to you: http://mootools.net/blog/2

[Moo] XML-Request

2010-03-01 Thread Davor Ilic
I can“t find in mootools doc how i can get the nodes from xml-file? can sombody tell me how to do this with mootools? thanks