I am trying to write a logicsheet.

Graeme.

 --- Vadim Gritsenko <[EMAIL PROTECTED]>
wrote: > > From: System Administrator
> [mailto:[EMAIL PROTECTED]]
> > 
> > Hi all,
> > 
> > I'm having problems passing an xsl variable as a
> parameter to esql.
> 
> What are you trying to do - create a logicsheet or
> write an XSP page?
> 
> Vadim
> 
> 
> > 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]>
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---------------------------------------------------------------------
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