Quantcast
Channel: SharePoint Legacy Versions - Using SharePoint Designer, InfoPath and Other Customizations Forum
Viewing all articles
Browse latest Browse all 2319

xsl file fileds for SharePoint List

$
0
0

Hi everyone

I am ahving a problem pulling data from a Sharepoint List after successfully creating a new xsl template with the following fields.

Wha did I do wrong?

code is used(Modified from a TitleOnly template)

<xsl:template name="MintEvents" match="Row[@Style='MintEvents']" mode="itemstyle"><xsl:variable name="SafeLinkUrl"><xsl:call-template name="OuterTemplate.GetSafeLink"><xsl:with-param name="UrlColumnName" select="'LinkUrl'"/></xsl:call-template></xsl:variable><xsl:variable name="DisplayTitle"><xsl:call-template name="OuterTemplate.GetTitle"><xsl:with-param name="Title" select="@Title"/><xsl:with-param name="UrlColumnName" select="'LinkUrl'"/></xsl:call-template></xsl:variable><div class="item link-item"><xsl:call-template name="OuterTemplate.CallPresenceStatusIconTemplate"/><a href="{$SafeLinkUrl}" title="{@LinkToolTip}"><xsl:if test="$ItemsHaveStreams = 'True'"><xsl:attribute name="onclick"><xsl:value-of select="@OnClickForWebRendering"/></xsl:attribute></xsl:if><xsl:if test="$ItemsHaveStreams != 'True' and @OpenInNewWindow = 'True'"><xsl:attribute name="onclick"><xsl:value-of disable-output-escaping="yes" select="$OnClickTargetAttribute"/></xsl:attribute></xsl:if><xsl:value-of select="$DisplayTitle"/><xsl:value-of select="@EventDate"/></a></div></xsl:template>

thanks


Viewing all articles
Browse latest Browse all 2319

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>