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


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Unico Hommes
> Sent: Tuesday, April 10, 2001 5:20 PM
> To: 'xsl-list@lists.mulberrytech.com'
> 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


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