Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created January 8, 2017 19:20
Show Gist options
  • Select an option

  • Save EliJDonahue/5240d9b7e8e6e7f24320d8167079d3a7 to your computer and use it in GitHub Desktop.

Select an option

Save EliJDonahue/5240d9b7e8e6e7f24320d8167079d3a7 to your computer and use it in GitHub Desktop.
Example of template before applying filter
<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