- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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