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 -> XMLType problem

XMLType problem

From: Bruno D. <bdurren_avirer__at_hotmail.com>
Date: Wed, 7 Apr 2004 18:50:01 +0200
Message-ID: <40743139$0$19647$4d4eb98e@read.news.fr.uu.net>


Hi everyone,

Under oracle 9.2i if you execute this:

select xmltype('<tag>It''s
cool</tag>').extract('//tag/text()').GetStringVal() from dual;

you get: It&apos;s cool

The question is simple: How to get --> It's cool ????

Thanks in advance for any response. Received on Wed Apr 07 2004 - 11:50:01 CDT

Original text of this message

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