xsl-list
[Top] [All Lists]

[xsl] Passing HTML elements to a Template

2008-07-06 07:47:36
Hi All


I have an XSL that converts XML to HTML. The table contains many columns and a 
lot of style changes between columns. I have created a template that I call 
with the data to be inserted in each column. However, depending on data 
elsewhere in the XML I may need to make some values bold. 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?

Regards

Mark


--~------------------------------------------------------------------
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>