Hi All, I'm trying the lnk:create to check if a document is getting if its linked document is deleted.
xquery version "1.0-ml"; import module namespace lnk = "http://marklogic.com/cpf/links" at "/MarkLogic/cpf/links.xqy"; lnk:create( "/test123_expanded.xml", "/test123.xml", "source", "variant", "strong" ) The link is created, but when I delete the /test123.xml doc, /test123_expanded.xml is not getting deleted. Is there something that I'm missing to do? Thanks, Sini
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
