[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSLT on the server side

Subject: Re: XSLT on the server side
From: António Mota <amsmota@xxxxxxxxx>
Date: Thu, 1 Sep 2005 18:24:06 +0100
getxml asp
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?

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.