Hi:

I am using Sablotron XSLT processor. 

I have a form of client side send query information to server side by URL
      x.xml?param=1&param=2....

The only way I know to get the information from URL is
   <xsl:param name="param"/>
On the server side, if I write like this it will give me error.

Then I want to use 
    x.xml?param1=1&param2=2....
on the client side, {param}{index}, index is the position(). I can send
successfully, but the problem is the server side receiving it. Because it is
the index, so I do not know the exactly the name of the variable in the URL
(param1 or param30 or ...)

How I use <xsl:param name="param{index}"/> to get the information from URL?
Or other easy and simple way to get the query information?

Thanks.

Li

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to