Hello
I have to pretty print xml which is stored in data base column ( clob)
My table
(
create table mytab
myxml clob);
mydata
<?xml version="1.0" encoding="ISO-8859-1"?>
<Us name="Step">
<my name ="st">
<colol name="t"/>
</my>
</Us>
any idea/suggestion?
Edited by: user10647455 on Dec 19, 2011 2:04 PM