Re: [xsl] MSXML / NBSP problem and resolution

Subject: Re: [xsl] MSXML / NBSP problem and resolution
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Nov 2002 16:48:55 GMT
><xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"
>omit-xml-declaration="yes"/>
><xsl:template match="*">
>	<html>
>		<head>
>			<title>Title</title>
>			<meta content="text/html; charset=ISO-8859-1"
>http-equiv="Content-type"></meta>

No! This is asking to output the result in utf8 and at the same time
asking the xhtml file to declare that it is in latin 1.

the encodings you declare in xsl:output and meta should be the same.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread