Changeset 695 for MDRepository


Ignore:
Timestamp:
09/15/10 07:16:30 (14 years ago)
Author:
ljo
Message:

cmd-model.xqm - Forgot to commit the cast in get-resource-count.

File:
1 edited

Legend:

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

    r691 r695  
    118118:)
    119119declare function cmd-model:get-resource-count($handle as xs:string) as xs:string {
    120 count(collection($cmd-model:cmdiMirrorPath)//IsPartOf[. eq $handle]/ancestor::CMD[descendant::ResourceType[. = "Resource"]])
     120xs:string(count(collection($cmd-model:cmdiMirrorPath)//IsPartOf[. eq $handle]/ancestor::CMD[descendant::ResourceType[. = "Resource"]]))
    121121};
    122122
Note: See TracChangeset for help on using the changeset viewer.