Hello,
I'm looking for a way to keep the special characters intact when i use xmlserialize :
When i run this query :
select xmlserialize(content xmltype('<Owner>Grand''co</Owner>').extract('/*') indent)
from dual;
i get this result :
<Owner>Grand'co</Owner>
I would like to keep the " ' " instead of having the "'".
Does anyone have a solution ?
Thank you
Martin
Message was edited by: Martin L.