[xsl] UTF-16

Subject: [xsl] UTF-16
From: pcaspian@xxxxxxxxxxx
Date: Wed, 23 May 2001 09:52:12 +0100
Hi, Karlo here, first time I post a email to the list, so excuse me if its
not technical enough.

Im using vbscript to convert a xml sheet to xsl...

docStyleSheet.load("summary.xsl")
docFulfillment.transformNodeToObject docStylesheet, docOutput
' Response.ContentType = "text/xml"  ... this is in the example in the
book, but not in the actual file on the web site
Response.Write docOutput.xml

To this I get the following error...

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

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


I know its got to do with Unicode and I work on a Win 2k system. Its
straight out the book "professional asp xml" by wrox.

Any help..

thank you 

Karlo


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


Current Thread