blob: d8a96cac0467b14e9d7306e25c7d87e11dbbeb75 [file] [log] [blame]
(: Name: copynamespace-8 :)
(: Written by: Carmelo Montanez :)
(: Description: Evaluates copy namespace declaration with value set to "preserve no-inherit" .:)
(: Use global variables and namespaces with prefixes.:)
declare copy-namespaces preserve,no-inherit;
declare variable $existingElement := <existingElement xmlns:existingNamespace="www.existingnamespace.com">{"Existing Content"}</existingElement>;
declare variable $new := <newElement xmlns = "www.mynamespace.com">{$existingElement}</newElement>;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $var in (in-scope-prefixes($new/existingElement))
order by $var ascending
return $var