XSLT: Dynamically applying multiple css classes on a single element

Most web developers know that you can apply multiple css classes on an element:


<p class="paragraph special bigtext">Some special paragraph with large text.</p>

How would you add more and more css classes (i.e. dynamically) to a single element such as this when creating an XSL template?

Thanks.

Found it: http://stackoverflow.com/questions/1625548/is-there-an-elegant-way-to-add-multiple-html-classes-with-xslt