[Yanel-dev] Using TinyMCE and Xinha in combination with a new layout

Guillaume Déflache guillaume.deflache at wyona.com
Mon Jun 15 10:22:54 CEST 2009


Hi Prabodh!

Prabodh Upreti schrieb:
> <link rel="stylesheet" type="text/css" 
> href="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::tinymce/css/tinymce-resource.css"/> 
> 
> 
>  
> 
> xslt is not able to resolve variables yanel.back2realm and  
> yanel.reservedPrefix even though they are declared on the top.  I am 
> getting the path as  $$/resource-types/…..
> 
>  
> I will investigate more and see why this is happening but just wanted to 
> check with you if you knew a quick solution to this.  Thank you.

I guess you should swap the opening curly brace and dollar sign and try 
<link rel="stylesheet" type="text/css" 
href="{$yanel.back2realm}{$yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::tinymce/css/tinymce-resource.css"/> 
instead!

Cheers,
    Guillaume


More information about the Yanel-development mailing list