On Tue, 16 Sep 2008 05:53:19 -0700, Vidhya Arvind
<[EMAIL PROTECTED]> wrote:
Hi all,
I have a question regarding links module. I established linking between
2 documents. When i deleted one document, the links did not get deleted
in the other. Here is a example
Document /a.xml has 2 links to document /b.xml and /c.xml
for $link in lnk:from("/a.xml" )
return $link
result --
<lnk:link from="/a.xml" to="/b.xml" rel="source" rev="container"
strength="strong"/>
<lnk:link from="/a.xml" to="/c.xml" rel="source" rev="container"
strength="strong"/>
but when I delete document "/b.xml" the link does not disappear from
container document "/a.xml". Result of the above query is still the same
Am I doing something wrong here
Vidhya
The automatic link maintenance is implemented in a CPF pipeline.
You need to make sure the documents are in a CPF domain and the
pipeline "Status Change Handling" is attached to that domain.
//Mary
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general