Skip to content

Instantly share code, notes, and snippets.

@henningjensen
Created June 17, 2013 11:56
Show Gist options
  • Save henningjensen/5796361 to your computer and use it in GitHub Desktop.
Save henningjensen/5796361 to your computer and use it in GitHub Desktop.
XSL inspect node names and values.
<xsl:for-each select="$metadata/*">
<xsl:value-of select="name()" /> = <xsl:value-of select="node()" /><br/>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment