Does the current version of Sedna support document-uri() and doc-available() for
documents in a collection?

I ran a test like this:

for $i in collection('dashboard')
 let $uri := document-uri($i)
 let $avail := doc-available($uri)
return <data><uri>{$uri}</uri><available>{$avail}</available></data>

And the output shows the uri as the document ID of the documents with
doc-available() returning false for every document. Is there a way to get
doc-available() working with collections? Thank you!

Anju
________________________________________________________
Anju Tai
Systems Analyst | Office of the Registrar | University of Alberta
1-26 South Academic Building (SAB), Edmonton, AB T6G 2M7
Tel: 780.492.6096 | anju....@ualberta.ca
 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to