This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Xsl colour attributes.


> 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@turingstudio.com

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]