xsl-list
[Top] [All Lists]

RE: apply-template doesn't hit template

2004-09-13 07:52:15

Mike,
I think the bug is in the code he has shown..

 >>><xsl:template select="kcm">
 >>>  <xsl:message>template hits</xsl:message>
 >>>  <!-- This message is never seen -->
 >>>  </xsl:template>

Vasu

I would have expected any XSLT processor to report a syntax error on that
construct, which wasn't consistent with the symptoms described. 

Michael Kay