string CSSClassName (string styleName)
 
Convert the given string into a valid CSS class name.
Parameters:
styleName
Name of the style.
Returns:
A string.
Convert Blue_Moon.Detective;Agency into a valid CSS style name.
<xsl:value-of select="wwstring:CSSClassName('Blue_Moon.Detective;Agency')" />
Was this helpful?
Last modified date: 10/14/2020