blob: 7c83ce7dd6bab3e16cbb8198c256bf4f8fa21cca [file] [log] [blame]
(: Name: fn-node-name-16 :)
(: Description: Evaluation of node-name function with argument set to a computed constructed document node with value set to the a non empty value.:)
(: Use fn:local-name-from-qName to retrieve local name and fn:count to avoid empty file. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:local-name-from-QName(fn:node-name(document {"<element1> text </element1>"})))