blob: 0dd6da2d5917b97b7117b4b8740b31796f04ce07 [file] [log] [blame]
(: Name: copynamespace-3 :)
(: Written by: Carmelo Montanez :)
(: Description: Evaluates copy namespace declaration with value set to "preserve no-inherit".:)
declare namespace foo = "http://example.org";
declare copy-namespaces preserve,no-inherit;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $existingElement := <existingElement xmlns="www.existingnamespace.com">{"Existing Content"}</existingElement>
let $new := <foo:newElement xmlns = "www.mynamespace.com">{$existingElement}</foo:newElement>
return in-scope-prefixes($new/child::node())