Home » Developer & Programmer » JDeveloper, Java & XML » XMLDOM - setCharSet in 9.2
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
Previous Topic: ORDDoc Using JSP
Next Topic: PASS REFCURSOR TO PL/SQL PROCEDURE
Goto Forum:
  


Current Time: Fri Apr 19 15:59:18 CDT 2024