xsl-list
[Top] [All Lists]

Re: [xsl] xml:space preserve on element converted to html textarea encoding issue

2011-06-07 13:11:33
On 07/06/2011 17:29, Karl Stubsjoen wrote:
 I've been writing everything out to
FO as UTF-8, so now I would need to switch between the two,



why? there is no possibility of any XML process caring whether the FO file is in utf8 or ascii so you could use ascii for both.

If you used the xhtml or html output methods for your html then the /> syntax wouldn't be used anyway, so that's another possibility.

Or you could use utf8 for both, you haven't explained why your browser is showing a utf8-encoded html file as latin1, all current browsers understand utf8.


David

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