Nice snippet for people who are creating xslt sheets in SharePoint:
<xsl:for-each select="./@*">
<xsl:value-of select="name()"></xsl:value-of>
<xsl:value-of select="."></xsl:value-of>
</xsl:for-each>
.NET, (Dutch) SharePoint 2003 / 2007 / 2010, (Dutch) MS Crm 3.0 / 4.0
No comments:
Post a Comment