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]

RE: inserting space in xsl:value-of


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


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