blob: f07d8010392f9f4d52f985175ad9bbb17cfc1f33 [file] [log] [blame]
(: Name: fn-document-uri-14 :)
(: Description: Evaluation of fn:document-uri with argument set to an attribute node from xml file. :)
(: Use fn:count to avoid empty file. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:document-uri($input-context1/works[1]/employee[1]/@name))