> From: System Administrator [mailto:[EMAIL PROTECTED]]
> 
> This is inside a logicsheet.

I won't recommend using construct like 

<esql:get-string column="{$col1}" />


Must be something like:

<esql:get-string>
  <esql:param
name="column"><xsp:logic>sColumnName</xsp:logic></esql:param>
</esql:get-string>



(Disclaimer: Not a user of ESQL logicsheet, syntax may be a bit
incorrect)

Vadim
 
> I have a database configuration xml schema.
> I am attempting to create an xsp page from the
> database xml, which will perform database actions on
> the fields defined in the xml.
> 
> On creating the xsp page, I have defined table tags.
> 
> On executing the xsp page, I need to get attributes
> from the table tags and use a column name to perform a
> database query.
> 
> the "column1" part of the code is really a
> <xsl:value-of select="@columnName">
> 
> 
> Regards
> Graeme.
> 
> --- Stephen Ng <[EMAIL PROTECTED]> wrote: >
> (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]>

Reply via email to