Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在将 XML 数据加载到 marklogic 服务器时,十六进制实体被转换为字符串,请为此提出正确的解决方案。不使用 XLST 魅力图
现在有办法自动做到这一点。
在 xquery 中,为了显示十六进制,您需要使用 然后 x 像这样
"©"
您可以编写一个函数来查看您加载的内容并找到其中已经存在的所有十六进制并将它们转换为这种格式。