Changeset 729 for MDRepository


Ignore:
Timestamp:
09/29/10 09:07:39 (14 years ago)
Author:
ljo
Message:

cmd-model-xqm - queryModel hash-fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDRepository/trunk/xquery/cmd-model.xqm

    r726 r729  
    153153:)
    154154declare function cmd-model:get-result-doc($collections as xs:string+, $type-name as xs:string, $depth as xs:integer) as item()* {
    155   let $name := cmd-model:make-compound-doc-name($collections, "values", xs:string($depth)),
     155  let $name := cmd-model:make-compound-doc-name(($collections, $type-name), "values", xs:string($depth)),
    156156    $dummy := if (cmd-model:is-result-available($cmd-model:commonFreqsPath, $name)) then
    157157    ()
Note: See TracChangeset for help on using the changeset viewer.