XMLDOM - setCharSet in 9.2 [message #143128] |
Wed, 19 October 2005 03:51 |
marrec
Messages: 35 Registered: May 2005 Location: Mühlheim, Germany
|
Member |
|
|
hi there,
i'm using the xmldom Package to create a xml-File.
in my test-database (9.2.0.6) this works very fine, but one of my customer has probs with this:
the creation of the xml-File ist without the version and Charset line:
<?xml version = '1.0' encoding = 'ISO-8859-1'?>
i use this code:
xmldom.setCharSet (doc, 'WE8ISO8859P1');
xmldom.writeToFile(doc, v_path || '\' || v_filename);
as i said, code works fine on my test-Database.
i read, that Oracle 9.2.0.2 didn't support the function setCharSet, but is there a workaround, cause i really have to use it.
thx & greetz
marrec
|
|
|