> Subject: What is wrong with this xsl ?
>
>
> Hi,
> I have the following xsl code:
>
> <xsl:template name="survey" match = "xsl:survey" >
> When I run this code as under it does not execute the
> template for survey, it only executes the "/"
> template.
You don't have a template rule for the <survey> element, you have one
for an <xsl:survey> element, which doesn't exist in your source
document.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|