What are in memory elements in marklogic?

前端 未结 3 1468
谎友^
谎友^ 2021-01-18 10:18

I have couple of documents on which xdmp:node-replace() over certain elements doesnot work. There are some other set of documents which are almost similar to th

3条回答
  •  余生分开走
    2021-01-18 11:08

    If your working with in memory elements import the following module

    import module namespace mem = "http://xqdev.com/in-mem-update" at "/MarkLogic/appservices/utils/in-mem-update.xqy";

    Instead of using xdmp:node-replace you can use mem:node-replace(, )

提交回复
热议问题