xsl-list
[Top] [All Lists]

Re: Using   in XSL HTML Output

2005-02-22 09:28:51
Adam J. Knight writes:
I am trying to using the ‘ ’ html character in the HTML
output of my xsl file. Have tried a couple of options including the
options below with no success.

As DC said, if you want the character in your output, your 3 examples
are all equivalent (because the entity and character references are
replaced when the stylesheet itself is parsed).  But if you want an
entity or character reference in your output:

  or  

<![CDATA[&nbsp;]]> or <![CDATA[&#160;]]>

-- 
Kevin Rodgers


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