Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a SAX parser with PL/SQL??

rahulrasApr 3 2006 — edited Jul 25 2006
Hi All,

I am a Oracle developer and generally want to do everything from PL/SQL.

So, from a PL/SQL procedure I would like to parse a XML document. I have tried hard to find a PL/SQL package which can give me a PL/SQL SAX parser, but could not find one.

All packages are based on DOM tree.
Please convey if I am wrong and is there a SAX parser?

I know that there is only one package DBMS_XMLSTORE which is C based and uses SAX parser, but it does not have procedures/functions like ".parse()".

Thanks and regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2006
Added on Apr 3 2006
14 comments
6,176 views