How to create XML like
<person>
<item value="Emma"/>
<item value="John"/>
</person>
from string like Emma;John
with Oracle SQL or PL/SQL?
How to create XML like
<person>
<item value="Emma"/>
<item value="John"/>
</person>
from string like Emma;John
with Oracle SQL or PL/SQL?