xdmp.setResponseEncoding

xdmp.setResponseEncoding(
   encoding as String
) as null

Summary

Sets the response encoding.

Parameters
encoding The desired response encoding.

Example

xdmp.setResponseEncoding("ISO-8859-1");
Powered by MarkLogic Server | Terms of Use | Privacy Policy