Hi all,

I have a xml object created by:

dim xml as new XmlDocument

After that tostring contains an empty xml-document:

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

First: how can i change the encoding of the XML-Document

And 

-----------------------
Second:

If i want to load a xml string, for example:

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

with xml.LoadXml(xmlstring)
(the variable xmlstring contains the xml document above)

The toString property after this is: <?xml version="1.0" encoding="UTF-8"?>
<test>
</test>

Why LoadXML doesn`t apply the encoding to the XMLDocument?
--

Regards,
[heubach-media] | Christian Sakowski
[EMAIL PROTECTED]
iChat/AIM: SakowskiF
ICQ: 4thDimension (267537916)
Tel: 040/52 10 59-23

--
What can we do for you?

heubach media
Papenreye 22 | 22453 Hamburg, Germany
Tel: +49/40/52 10 59 - 0 | Fax: -99
Mail: [EMAIL PROTECTED]
Director: Matthias Heubach

Rent your IT-Equipment:
http://www.it-verleih.de/



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to