Is there any way to create alert messages from Itemstyle... I am creating one custom template in itemstyle.
I wanted to know what are the values coming in <xsl:variable name="mytitle"... fileds... i tried using
<xsl:message> Para: <xsl:value-of select="$mytitle"/>"</xsl:message>
it shows nothing... and no alerts...how to do that....