> doc("/NDFRT/NDFRT_Public_2009.05.12_TDE.xml")//conceptDef[empty(definingConcepts/concept)]

> This is taking about 10 seconds right now.

> Any suggestions ?   Thanks !

...just a suggestion, but try rewriting it as a flowr expression, such as:

for $c in //conceptDef
where fn:empty($c/definingConcepts/concept)
return $c




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
_______________________________________________
General mailing list
General@developer.marklogic.com
http://xqzone.com/mailman/listinfo/general

Reply via email to