xsl-list
[Top] [All Lists]

parameters in xsp don't work

2002-11-26 07:16:20
I must create an dynamic variable based (from db content) cinclude path.
But this doens't work. Do you know why?
...
<esql:results>
<esql:row-results>
     <xsl:variable name="id"><esql:get-string column="i.id"/></xsl:variable>
    <xsl:variable name="stylesheet-path"><esql:get-string
column="t.stylesheet"/></xsl:variable>
    <cinclude:include
src="cocoon://rauser-cocoon/abstract_{$id}_styleWith_{$stylesheet-path}"/>
</esql:row-results>
</esql:results>
....


---------------------------------------------------------------------
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:     
<cocoon-users-unsubscribe(_at_)xml(_dot_)apache(_dot_)org>
For additional commands, e-mail:   
<cocoon-users-help(_at_)xml(_dot_)apache(_dot_)org>



<Prev in Thread] Current Thread [Next in Thread>
  • parameters in xsp don't work, Robert Sösemann <=