xsl-list
[Top] [All Lists]

Re: [xsl] XTSE0020: character attribute must be a single XML character

2009-02-25 09:27:55
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="&#x2126;;" string="&amp;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="&#x2126;" string="&amp;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>
--~--

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