Re: @ gets encoded within CDATA

Christian Stocker <[email protected]>
Newsgroups gmane.comp.cms.bitflux.general
Organization Bitflux GmbH
Message-ID <[email protected]>

On 23.11.2005 17:52 Uhr, Simon Rönnqvist wrote:

> 
>   Hi!
> 
> Another problem which I didn't notice, even though one could figure it out 
> from the last mail is that the variables don't get handled. The output is 
> now:
> <style type="text/css" media="screen">
> /*<![CDATA[*/
> @import "{$webroot}themes/{$theme}/css/{$themeCss}";
> /*]]>*/
> </style>

That's a simple xslt-"isssue" :) the curly brackets only works within
attributes. you have to write

 @import "<xsl:value-of select="$webroot"/>themes/<xsl:value-of
select="$theme"/>/css/<xsl:value-of select="$themeCss"/>";

chregu
> 
> 
>   cheers, Simon

-- 
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | [email protected] |  GPG 0x5CE1DECB
-- 
bitflux-cms mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.