Archive for April 18th, 2012

XSL Help

Posted April 18, 2012 By Kevin Bennett

Found this the other day when trying to create some XSL Templates. Thought I might need it in the future so I am posting it here.

To see what values are being passed to the Webpart in an XSL template

[code]

<xsl:for-each select=”@*”>
     P:<xsl:value-of select=”name()” />
xsl:for-each>

[/code]

Be the first to comment
%d bloggers like this: