RE: [xsl] What is wrong with this xsl ?

Subject: RE: [xsl] What is wrong with this xsl ?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 21 Jan 2003 10:25:34 -0000
> Subject: [xsl] 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


Current Thread