Default rule
Useful for keeping track of unmapped data categories
<xsl:template match="*">
<feat>
<xsl:attribute name="type">
<xsl:value-of select="name()"/>
</xsl:attribute>
<xsl:apply-templates/>
</feat>
</xsl:template>
Previous slide
Next slide
Back to first slide
View graphic version