xsl-list
[Top] [All Lists]

RE: [xsl] Adding a class to HTML's class attribute

2007-08-08 10:58:13
Another (dare I say, "more XSLT-like") way is to set up individual templates 
for each case and let the processor match them.

-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Kai Weber <weber(_at_)mediaworx(_dot_)com>
Sent:     Wed, 8 Aug 2007 19:52:01 +0200
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject:  [xsl] Adding a class to HTML's class attribute

Hello,

I have a HTML which transformed with XSL. It contains tags like these

1. <li class="foo"></li>
2. <li></li>

I want to add a certain class to the attributes:

1. <li class="foo bar"></li>
2. <li class="bar"></li>

Anybody with a smart solution? The only (dump but simple) solution I
have in my mind is to use <xsl:choose> to handle the different cases.

Regards, Kai

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>