1 2 3 4 5 6 7 8 9 10 11
|
(:*******************************************************:)
(: Test: K2-InScopePrefixesFunc-30 :)
(: Written by: Frans Englich :)
(: Date: 2007-11-22T11:31:21+01:00 :)
(: Purpose: Use a computed element constructor which undeclares the default namespace, as operand to a path expression(#2). :)
(:*******************************************************:)
declare default element namespace "http://www.example.com/";
<a2 xmlns:p="http://ns.example.com/foo"/>/element e
{
element {QName("http://example.com/2", "p:a")} {}
}
|