blob: 280d5307dff1e1b389b05c09dc7eabb24cd55be1 [file] [log] [blame]
(: Name: Constr-inscope-11 :)
(: Written by: Andreas Behm :)
(: Description: copy element node with namespace :)
for $x in <parent1 xmlns:foo="http://www.example.com/parent1" foo:attr1="attr1"><child1 attr="child"/></parent1>
return <new>{$x//*:child1}</new>