Retrieve Web part Title in Contentquerymain.xsl
To retrieve webpart title in Contentquerymain.xsl, You can use Feed Title web part property. To achieve this you need to add <xsl:param name=”FeedTitle” /> to your custom ContentQueryMain.xsl in the params section. Doing this the param FeedTitle will contain the web part Title and can be used inside xsl as below code <xsl:value-of select=”$FeedTitle” /> […]
March 12, 2012
В·
Infoyen В·
7 Comments
Tags: CQWP, MOSS, Moss 2007, SharePoint, Web part Title in Contentquerymain.xsl В· Posted in: CQWP, MOSS, SharePoint