Re: [xsl] Xsl colour attributes.

Subject: Re: [xsl] Xsl colour attributes.
From: Alex Black <enigma@xxxxxxxxxxxxxxxx>
Date: Mon, 21 May 2001 17:32:43 -0700
> Daniel,
> That has to be the weirdest bit of code I have ever seen.
> What is wrong with
> .... 
> No! I can't even begin to imagine what you expect to happen here.
> 
> I nominate this bit of code to the LFAQ/MBAQ
> 
> Can you explain it a bit more.

I was going to write that but decided I didn't have enough xslt seniority to
say it :)

ok daniel:

    -a: you cannot embed xslt tags in cdata and expect them to be processed
    -also, you are not inside an element because you're within javascript.

you need to create variables for your colors, and key them in:

<table color="{$color1}"> etc.

_a


--
alex black, ceo
enigma@xxxxxxxxxxxxxxxx

the turing studio, inc.
http://www.turingstudio.com

vox+510.666.0074
fax+510.666.0093



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread