This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Encoding problem.


The top of my xslt looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
							 xmlns:msxsl="urn:schemas-microsoft-com:xslt" 
							 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<xsl:output method="html" version="4.0" indent="yes"/>

... here transforming a lot of templates...


My problem is that when I view my HTML page in my browser (IE6.0) it chooses the wrong typeset(Unicode). 
I do not get my danish letter transformed... even though ISO-8859-1 includes them.
Do anyone have any ideas? 
(If you need more info about the situation that I havent posted dont hesitate to ask)

I use asp to transform and xml file with my xsl file.

I would appriciate any help you got.

Søren




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]