Re: [xsl] Using HTTP request parameters

Subject: Re: [xsl] Using HTTP request parameters
From: Steve Ball <Steve.Ball@xxxxxxxxx>
Date: Sat, 09 Mar 2002 10:22:20 +1100
James Andersen wrote:
I just read a tutorial on passing HTTP request parameters into a stylesheet using Cocoon. Does anyone know if this is possible without using Cocoon? Is there anything in the xsl namespace that allows access to the HTTP request parameters?

No. HTTP is completely unrelated to XSL.


Passing parameters to your stylesheet is a function of the framework
you are using (such as Cocoon).  I'm working on a new framework
that packages up the HTTP query as well as the request parameters
as XML documents that the stylesheet can retrieve using the
'document()' function.  The stylesheet is passed the URL of these
documents as parameters.

Cheers,
Steve Ball

--
Steve Ball            |   XSLT Standard Library   | Training & Seminars
Zveno Pty Ltd         |     Web Tcl Complete      |   XML XSL Schemas
http://www.zveno.com/ |      TclXML TclDOM        | Tcl, Web Development
Steve.Ball@xxxxxxxxx  +---------------------------+---------------------
Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   | Fax +61 2 6242 4099


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread