I'm having a hard time with logicsheets at the moment. I can't seem to get
global XSLT variables working. Am I doing something wrong?
<xsl:stylesheet version="1.0"...
<xsl:variable name="datasource"><input:get-attribute module="global"
name="datasource" as="string"/></xsl:variable>
nor
<xsl:variable name="datasource">dkitCareers</xsl:variable>
work
<xsl:template match="mh:get-editable-region">
<xmldb:collection uri="xmldb:xindice:///db/{$datasource}">
...
</xsl:template>
I've looked at the generated java code and it's replacing {$datasource} with
nothing
Thx in advance,
Mark
---------------------------------------------------------------------
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]>