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]

UTF-16


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


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