ContentQuery Web Part xsl script to view all available valuesMay 26, 2009 12:58
This script can be added to the itemstyle.xsl for use. I’m always copying it from older projects, so now it’s on my blog for faster access
<xsl:template name=”TestView” match=”Row[@Style='TestView']” mode=”itemstyle”>
<xsl:for-each select=”@*”> ITEM: <xsl:value-of select=”name()” /> VALUE: <xsl:value-of select=”.” /> <BR /> </xsl:for-each> <BR /> <BR /> </xsl:template> 1 Comment »RSS feed for comments on this post. TrackBack URL Leave a comment |
||
[...] method now shows up on the list. Simple huh? If the method isn't showing up on the list make …Edwin Vriethoff ContentQuery Web Part xsl script to view …A blog with tips and info about .NET, C# , Sharepoint en BizTalk written by Edwin Vriethoff … [...]
Pingback by testview — April 1, 2010 @ 1:48 am