(Correct me if I'm wrong...) An xsp file is not an xslt stylesheet; xsl
commands won't work in an xsp.

Steve

> -----Original Message-----
> From: System Administrator [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, June 18, 2002 12:33 PM
> To: [EMAIL PROTECTED]
> Subject: Pass a xsl variable as a esql tag parameter?
> 
> 
> Hi all,
> 
> I'm having problems passing an xsl variable as a parameter to esql.
> 
> 1 - I am defining a column name as a variable called col1.
> 2 - I want to use this variable as the column value in the 
> <esql:get-string > tag.
> 
> This is not working, producing a language exception
> 
> 
> <xsl:variable name="col1">
>    column1
> </xsl:variable>
>               
> 
> <esql:results>
>     <esql:row-results>
>        <esql:get-string column="{$col1}" />                   
>     </esql:row-results>
> </esql:results>
> 
> 
> Is this the right way to do this?
> 
> Any help appreciated.
> 
> Regards
> Graeme Colman. 
> 
> 
> 
>  
>                    
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to