Re: [xsl] inline troubles

Subject: Re: [xsl] inline troubles
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Sep 2006 23:01:48 +0100
<xsl:template match="name">
	<xsl:apply-templates>	
	<xsl:value-of select="name/>

unless you have an input <name> .. <name>..</name</name> with name
inside name then that value of will do nothing (it's not an error, it
will just select nothing and so produce no output.

David

Current Thread