Re: [xsl] <xsl:template match NOT WORKING

Subject: Re: [xsl] <xsl:template match NOT WORKING
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Jun 2001 13:11:55 +0200 (MET DST)
I think you should change the xsl:copy-of in

> 		   		<xsl:otherwise>
> 		   			<xsl:copy-of select="."/>
> 		   		</xsl:otherwise>

into xsl:apply-templates.
(not tested)

Your template for "Value" never gets executed because you don't tell 
the XSLT processor to do so.

Hope that helps,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread