[thelist] Encoding="UTF-16" why not "ISO-8859-1"?

Nguyen La Yen Dung dungnly at sdcgrp.com
Thu Jun 20 22:12:20 CDT 2002


--
[ Picked text/plain from multipart/alternative ]

 If anyone has experience using transform both in Visual Basic and XML Spy,
please help me.

I defined
<xsl:output method="xml" encoding="ISO-8859-1" indent="yes"/>
in xsl file.

 Using XML Spy to transform, the 1st line of the output is

<?xml version="1.0" encoding="ISO-8859-1"?>

but if I transform my file in Visual Basic, I received
<?xml version="1.0" encoding="UTF-16"?>

  Thanks








More information about the thelist mailing list