Ok, here is an example of what I'm trying to accomplish:
<div class="testClass1 {place xsl:value-of HERE}"> </div> Is there a way to pull something like this in XML / XSLT?
Basically, I just need to create an option to set the class for the div wrapper in XML ... Not sure if this is possible.
source share