How to print variables of type DBMS_XMLDOM.DOMNODE
By BigFella2009
@BigFella2009 (20)
United States
July 23, 2009 9:45am CST
How do you print out the text of a DBMS_XMLDOM.DOMNODE. This is in Oracle PL/SQL
For example if there is v_text of type DBMS_XMLDOM.DOMNODE. The line DBMS_OUTPUT.PUTLINE(v_text) won't work. What will work?
No responses