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]

No Subject




Hi Jeni,

Yes, that was what the problem was!  I am kicking myself repeatly as I type.  I
don't know why XMLSPY never flagged that as a syntax error, and I looked at that
code until my eyes were going crossed!

Thanks Again, I was going nuts trying to find the reason for the problem,  just
me with "fat finger" typing. OOps...

Betty Risher


************************************************************

Hi Betty,

> I was hoping to get some help with an issue I'm having with
> xsl:attribute-set. I am trying to set up a generic attribute that I
> can use to change the background color based on a test of an
> existing attribute (chg). When chg = anything but 'U' or 'u' then I
> want the background color to change to lavender.

If the XSLT that you're using is exactly the XSLT that you posted,
then your problem is that you've missed the final 's' from
'xsl:use-attribute-sets' (it can be a list of several attribute sets,
doesn't have to name just one, hence the plural). Really your
processor should tell you that kind of thing. When I try it in Saxon,
it adds the style attribute fine after making that change.

Cheers,

Jeni



 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]