xsl-list
[Top] [All Lists]

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

2007-08-08 10:52:29
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>
--~--

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