Ok here is an example what I’m trying to accomplish:
<div class="testClass1 {place xsl:value-of HERE}"> </div> Is there any way to pull something like this off in XML/XSLT?
Basically I just need to create an option to set the class for a wrapping div in XML… Not sure if this is possible.
Use an Attribute-value-template:
…or an xsl:attribute.