Created
May 5, 2015 13:26
-
-
Save kidker/172fb210de4abc3b3672 to your computer and use it in GitHub Desktop.
XSLT show ALL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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