blob: 81d02875dcbbacc0c8f79b446304021d1d4f80e4 [file] [log] [blame]
(: Name: nametest-1 :)
(: Description: Name test that evaluates a child "b" of a newly construted node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := <a attr1 = "abc1"><b attr2 = "abc2">context2</b></a>
return
$var/child::*