Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] XSLT on the server side

From: Ant&#xF3;nio Mota <amsmota@--------->
To:
Date: 9/1/2005 5:25:00 PM
On 9/1/05, Sylvain Hellegouarch <sh@xxxxxxxxxx> wrote:
> Selon Antsnio Mota <amsmota@xxxxxxxxx>:
>
> > 2) I have situations where i invoke a ASP from a XSLT using document()
> > function passing some info in the URL of the document. However i want
> > to pass a bunch of nodes to it, like i'll do in a send a POST instead
> > of a GET.
>
> I must say that I'm a bit confused there :/
>

It's preety simple, in my xslt i have something like

<xsl:variable name="xmldoc" select="document(getXML.asp?Key=XPTO)"/>

that is equivalent to a HTTP GET method. However sometimes i have a
lot of info to pass to the asp, the equivalent to a HTTP POST, or
using a XMLHttpRequest

	xmlhttp.open("POST", "getXML.asp", true);
	xmlhttp.send(xmlLotOfInfo);

but i can't do this using the document() function, AFAIK. That's why i
wanted to do the transformation on the server in cases like this.

What the alternatives to this?


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent