xsl-list
[Top] [All Lists]

RE: [xsl] Passing HTML elements to a Template

2008-07-06 10:01:06
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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