Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Problem with setcharset method

Problem with setcharset method

From: Jose Luis Gil García <jlgil_at_travelc.com>
Date: Thu, 05 Jun 2003 16:58:55 GMT
Message-ID: <jFKDa.642691$u6.1030849@telenews.teleline.es>


Hi,

I have a trouble with SetCharset methot from PLSQL (Oracle 8.1.7). It doesn't work properly
Ex:

   xmldom.setCharSet( v_doc_resul, 'US7ASCI' );    xmldom.setVersion( v_doc_resul, '1.0' );

this lines only set the version, not the encoding. why?

Thanks. Received on Thu Jun 05 2003 - 11:58:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US