Subject: Re: Accessing ASP request data from an XSLT
From: Todd Baker <pixelboy@xxxxxxxxx>
Date: Thu, 23 Sep 2004 13:50:02 +1000
|
We do a similar thing... we loop thru the request object and add a
parameters for each element.
Email me off-list if you would like some sample code.
On Sun, 19 Sep 2004 20:50:32 +0700, Alexander E. Gutman
<gutman@xxxxxxxxxxx> wrote:
> Hello, friends.
>
> I am going to create an XSLT that takes account of the data
> presented in an ASP request (QueryString, Form, etc.).
>
> Using extension functions for accessing ASP request data
> does not seem comfortable. I think that it is better
> to generate a conveniently structured XML document
> from the ASP request data and apply my XSLT to it
> (or pass this XML as a parameter).
>
> Before proceeding this way, I would like to know
> if there are other approaches and if there is a ready-made
> script or component for converting ASP request data into XML.
> (It is an easy task to create such a thing,
> but this looks like inventing a wheel.)
>
> Thanks.
>
> --
> Alexander Gutman
|