Avatar

Correct answer by
Community Advisor

Hi,

Maybe it's your build, this was on an 8981 server. No reference to UnescapeXmlValue in the neolane dir either.

Just stub it?

create or replace function UnescapeXmlValue(t text) returns text as $$

begin

  return t;

end;

Thanks,

-Jon

View solution in original post