Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

Possible to send a filled XUL/XML doc/fragment back to server for processing?

Visto 15 veces
Saltar al primer mensaje no leído

devc...@ivanix.com

no leída,
24 sept 2006, 7:43:4924/9/06
a
I'm working on a remote XUL application that uses LAMP (php on apache)
for back end and Firefox 1.5.0.x for the client browser.

Using XMLHttpRequest(), I am able to retrieve XML/XUL documents from
the server to dynamically update the current XUL document. However,
XMLHttpRequest() only allows POST or GET variables to be passed to the
server in the form "?var1=value1&var2=val2..".
I would like the ability to send XML/XUL document fragrement to the
server instead of POST variables. Is this possible?
Otherwise, I know that XFORMS is supposed to allow this, is the XFORMS
extension for firefox compatible with remote XUL to implement AJAX like
behavior?

Any thoughts appreciated.

Neil Deakin

no leída,
24 sept 2006, 10:39:0824/9/06
a
devc...@ivanix.com wrote:
> I'm working on a remote XUL application that uses LAMP (php on apache)
> for back end and Firefox 1.5.0.x for the client browser.
>
> Using XMLHttpRequest(), I am able to retrieve XML/XUL documents from
> the server to dynamically update the current XUL document. However,
> XMLHttpRequest() only allows POST or GET variables to be passed to the
> server in the form "?var1=value1&var2=val2..".
> I would like the ability to send XML/XUL document fragrement to the
> server instead of POST variables. Is this possible?

You can send documents using send(document), so you should be able to
insert the fragment into an empty document.

/ Neil

0 mensajes nuevos