Forum Moderators: open
<xsl:for-each select="child::*>
<xsl:if test="{TYPE OF CHILD = menu}">
<xsl:call-template name="..."/>
<xsl:if test="{TYPE OF CHILD = menuItem}">
<xsl:call-template name="..."/>
</xsl:foreach>
But I'm not sure of the syntax to use for the test. Can anyone help?
Thanks!