<!--- Match toe element. ---> <xsl:template match="toe"> <!--- Output big toe flag. ---> [<xsl:value-of select="@isbigtoe" />] </xsl:template>