On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I applied the changes from Grégoire's recent HowToIntegrateFCKEditor
> changes (related to making the FCK editor work with multiple languages)
> to my Lenya 1.2.4 copy.  But the use of {$language} within
> lenya/xslt/fckeditor/aggregate.xsl results in a "Could not find
> variable with the name of language" error in aggregate.xsl.

<map:parameter name="language" value="{page-envelope:document-language}"/>
   should have a corresponding
<xsl:param name="language"/>
   near the beginning of the XSL file.

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to