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



begin:vcard
fn:Vidhya Arvind
n:Arvind;Vidhya
org:University of Toronto Libraries;Ontario Council of University Libraries - Scholarsportal Project
title:Application Programmer Analyst
tel;work:(416) 946-0300
tel;fax:(416) 978-1668 
version:2.1
end:vcard

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to