blob: 700d6de009508335d6d262d14811761a94c749b0 [file] [log] [blame]
(: Name: copynamespace-6 :)
(: Written by: Carmelo Montanez :)
(: Description: Evaluates copy namespace declaration with value set to "preserve inherit" .:)
(: The copies element use the same prefix. :)
declare namespace foo = "http://example.org";
declare copy-namespaces preserve,inherit;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $existingElement := <foo:existingElement xmlns="www.existingnamespace.com">{"Existing Content"}</foo:existingElement>
let $new := <foo:newElement xmlns = "www.mynamespace.com">{$existingElement}</foo:newElement>
for $var in (in-scope-prefixes($new//child::*))
order by $var ascending
return $var