RE: [xsl] inserting space in xsl:value-of

Subject: RE: [xsl] inserting space in xsl:value-of
From: Unico Hommes <Unico@xxxxxxxx>
Date: Tue, 10 Apr 2001 17:20:11 +0200
Hello everybody,

I have a question.

Why do I get the following error with msxml3 ?

---------
Switch from current encoding to specified encoding not supported. Line 1,
Position 40 

<?xml version="1.0" encoding="UTF-16"?>
---------

with the following xml source :

<element>
	something
</element>

and the following xsl :

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
	<xsl:template match="element">
		something
	</xsl:template>
</xsl:stylesheet>


What does the following error mean ? How can I prevent this to happen ?

Thanks,

Unico Hommes

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


Current Thread