Subject: RE: Passing HTML elements to a Template
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 6 Jul 2008 18:00:37 +0100
|
> Below is a
> simple example of what I would like to use is:
>
> <xsl:call-template name="output_value"><xsl:with-param
> name="value"><b>Text</b></xsl:with-param></xsl:call-template>
>
> The <b></b> tags are stripped out though. Is there any way
> arround this?
>
Perhaps the called template (output_value) uses xsl:value-of when it should
be using xsl:copy-of.
Michael Kay
http://www.saxonica.com/
|