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>
Wednesday, 7 December 2011
Subscribe to:
Posts (Atom)