xsl-list
[Top] [All Lists]

RE: What is wrong with this xsl ?

2003-01-21 03:25:34
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>