|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: output encoding problem (can't get UTF-8)
----- Original Message -----
From: "Gabriel K" <gabriel.klappenbach@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Sunday, August 07, 2005 3:53 PM Subject: RE: output encoding problem (can't get UTF-8)
This suggests that it can't read the stream properly. Do you think it matters that the oStream object is passed as a parameter in a function before it is used in xmlDom.load? I'm now using: set oStream = createobject("Adodb.Stream")
oStream.Type = 2
oStream.Charset = "Unicode"
oStream.open
oStream.writeText o.document
xmlDom.load(oStream)(oStream is passed as a sub parameter first though) I have also tried writing binary (type = 1 and oStream.write), and charset = "UTF-8". Any suggestions? /Gabriel After writing to the stream set the position to the start: oStream.position = 0 Joe
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








