Skip to content

Instantly share code, notes, and snippets.

@kidker
Created May 5, 2015 13:26
Show Gist options
  • Save kidker/172fb210de4abc3b3672 to your computer and use it in GitHub Desktop.
Save kidker/172fb210de4abc3b3672 to your computer and use it in GitHub Desktop.
XSLT show ALL
<xsl:for-each select="*">
<xsl:value-of select="."/> |
<xsl:value-of select="name()"/>
<br></br>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment