xsl-list
[Top] [All Lists]

Re: [xsl] How to prevent "question mark in block" characters converting xml to csv?

2010-03-02 13:14:47
KARR, DAVID (ATTSI) wrote:

The value is in quotes, so that results in the literal "
" in
Excel.

If you use xsl:output method="text" then those character references in the stylesheet code should result in the corresponding characters in the text output of the stylesheet. If you get character references in text output then something is wrong.


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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