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

Home -> Community -> Usenet -> c.d.o.server -> Re: XDK - root of element expected

Re: XDK - root of element expected

From: Shona Helstrom <gingersnap133_at_hotmail.com>
Date: 11 Jun 2003 13:35:32 -0700
Message-ID: <ffc8f296.0306111235.1fe4179@posting.google.com>


Hi Dave,

Yes, If I change the pl/sql to accept a clob, I call the xmlparser.parseclob(parsername, CLOB);

something like this

        v_parser := xmlparser.newParser;
        xmlparser.parseclob(v_parser,psRates);

at this point the parser throws the exception - root of element expected. Yet any other XML parser says that the XML I'm trying to pass in is correctly formatted. It is like it is missing some special character or something. Received on Wed Jun 11 2003 - 15:35:32 CDT

Original text of this message

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