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

Subject: RE: [xsl] inserting space in xsl:value-of
From: "Julian F. Reschke" <julian.reschke@xxxxxx>
Date: Tue, 10 Apr 2001 17:30:42 +0200
It likely means that your input file is not encoded in UTF-16, although it
declares itself to be in that encoding.

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Unico Hommes
> Sent: Tuesday, April 10, 2001 5:20 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] 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
>


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


Current Thread