Ganesh Babu N wrote:
For the below character, I am getting the error message saying that "
XTSE0020: character attribute must be a single XML character"
<xsl:output-character character="Ω;" string="&ohm;"/>
^^^^^^^^^
when I checked in the unicode site for the current the values are
correct. Where I am going wrong.
I guess you want
<xsl:output-character character="Ω" string="&ohm;"/>
without the trailing semicolon.
--
Martin Honnen
http://JavaScript.FAQTs.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>
--~--