Robert
You need to look at the documents and the Cocoon sample
to see how parameters and variables work in XSP - they are
*not* the same as XSL.
>>> [EMAIL PROTECTED] 26/11/2002 04:15:30 >>>
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=""/>
</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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
>>> [EMAIL PROTECTED] 26/11/2002 04:15:30 >>>
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=""/>
</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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>