xsl-list
[Top] [All Lists]

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

2004-08-16 16:33:20
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


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