Archive for July 26th, 2008
xsl:template’ cannot be a child of the ‘xsl:template’ element
when you try to add a <xsl:template> element within a <xsl:template> element
<xsl:template>
<xsl:template>
</xsl:template>
</xsl:template>
and try to test the biztalk map, the compiler will throw an error stating xsl:template’ cannot be a child of the ‘xsl:template’ element.
Posted: July 26th, 2008 under BizTalk.
Tags: BizTalk, Map, xsl
Comments: none