XML error after migrating to R11g
In Oracle 10g When I sent a CDATA with this command it gave me the value of the node
xmldom.getnodename(xmldom.getfirstchild( base(ptr).nodo)) in ('#text')
Now in Oracle 11 if I do not include '#cdata-section' in the IN I cannot see the value of the node..
Does anybody aware of a functional change or a specific bug ???
Thanks in advance