Created
January 8, 2017 19:20
-
-
Save EliJDonahue/5240d9b7e8e6e7f24320d8167079d3a7 to your computer and use it in GitHub Desktop.
Example of template before applying filter
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:template match="Selector for EHT_Part Characteristics"> | |
| <p> | |
| <xsl:value-of select="./eht_char_name"/> | |
| <xsl:value-of select="./eht_char_val"/> | |
| </p> | |
| </xsl:template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment