I am creating XML file using XMLDocument, but when XML node get \'&\' as data, it converting in \"Ampersand(&)amp;\" but i need actual value that is \'&\', Can anyon
I guess one can use below line. Option like "repair-full" will take & as & only
"repair-full"
&
let $InputXML := xdmp:unquote($inputSearchDetails, "", ("format-xml", "repair-full"))