<!--- Match toe element. ---> <xsl:template match="toe"> <!--- Output name of toe. ---> <xsl:value-of select="name" /> </xsl:template>