79079534

Date: 2024-10-11 19:42:19
Score: 2
Natty:
Report link

I have to modify the file \Program Files\MarkLogic\Modules\Marklogic\redaction.xqy because I use redaction with mlcp

the line 82 :

from :

else if (xdmp:node-kind($doc/node()) ne "element")

to :

else if (not(xdmp:node-kind($doc/node()) =("element","processing-instruction","comment"))) Marc

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Marc Messéant