Can anyone give any examples of how to invoke the Java SAX parsing code within PL/SQL? I don't want to execute Java classes that exist outside the database, but have the code within the database. I haven't been able to find any examples of how it's implemented.
Thanks!