Re: [xsl] (newbie) problem with parameters in call-template.

Subject: Re: [xsl] (newbie) problem with parameters in call-template.
From: "cking" <cking@xxxxxxxxxx>
Date: Tue, 17 Aug 2004 01:33:20 +0200
Hi Glenn,

in the "get-xsl-region-before-header" template,
replace 'xsl:value-of' with 'xsl:copy-of':

<xsl:copy-of select="$second-line-right"/>

and you will get the output you wanted
(value-of only returns the text nodes,
and copy-of returns all nodes)

HTH
Anton Triest

Current Thread