blob: 43466417006b510246a294c2d93c016459996ea8 [file] [log] [blame]
(: Name: nametest-15 :)
(: Description: Name test that selects all the children of the context node with "child::*".:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := $input-context1/works
return
fn:count($var/child::*)