Hi,
We use XSLT for mail notification to be sent from TeamSite.
We have used the below code snippet to generate the link for viewing the comments and versions of the file deployed -
< a title="Properties" class="iw-base-actionlist-link" >
< xsl:attribute name="href" >
< xsl:text>
http://< /xsl:text >
< xsl:value-of select="$webHost"/ >
< xsl:text>/iw-cc/properties?vpath=< /xsl:text >
< xsl:value-of select="
@vpath"/ >
< /xsl:attribute >
< xsl:text>Properties< /xsl:text >
< /a >
This link has been mentioned in the mail.
How can we get the comments mentioned by the content contributor directly into the mail.