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>