blob: 9469fb414402da2c4f1a38d7826cac1ccd18e67e [file] [log] [blame]
(: Name: abbreviatedSyntax-21 :)
(: Description: Evaluates "employee[@name and @type]". Selects all the employee children of the context node that have both a name attribute and a type attribute. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[@name and @type]