packages feed

hxt-7.1: examples/arrows/hparser/xslt/prio_imp1_2.xsl

<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="document">
  unreachable (prio_imp1_2.xsl) match_document
</xsl:template>

  <xsl:template match="element_type2">  
     prio_imp1_2.xsl match_element_type2                 =====5=
     <xsl:apply-templates/>
  </xsl:template>

<xsl:template name="handleText">[TXT]
</xsl:template>
  


</xsl:transform>