[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] xml and javascript
- From: Tei <oscar.vives@gmail.com>
- To: "xml-dev DEV'" <xml-dev@lists.xml.org>
- Date: Tue, 20 Mar 2007 18:52:29 +0100
On 3/20/07, Rick Marshall <rjm@zenucom.com> wrote:
> can someone put me out of misery please...
>
> Having realised that xmlHTTPRequest is great, but HTML has limitations -
> in particular if I want to update a DIV with the result and execute some
> Javascript I can a) make up my own syntax or b) try to use builtin
> Javascript functions for processing XML.
>
c) JSON, ...send native javascript objects.
d) send the html you want to display
.
.
z) join a ajax mail list :D
> Hmmm... this seems to be browser dependent. Is this correct?
creating the xmlHTTPRequest is browser dependant, using it not. The
format you use to communicate is all to you, will be hard to create
one browser dependant :D
I guest most browser able to requeste data from a XML tree with the
dom api, but I don't do much ajax outside firefox.. If you can request
the xml tree with DOM, you are safe.
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]