I have an XMLType in PL/SQL and I need to rename some of the nodes and some of the values. For example:
foo&l
Or, you could define an xsl stylesheet that will make the change and use dbms_xslprocessor to do your modifications.