TwitterLinkedInBlog

Friday, August 8, 2014

ItemStyle.xsl - All Field Names

<xsl:for-each select="@*">
    Field Name :<xsl:value-of select="name()" />
</xsl:for-each>

No comments: