blob: 2841231d3ef62915febf37218e976f51e70405b4 [file] [log] [blame]
(: Name: namespaceDecl-23 :)
(: Description: Verify that a namespace URI conatining "abc&" is a valid namespace URI during namespace :)
(: declaration. Test was modified on 07/06/06 in order to avoid serialization :)
(: of relative URI's as part of the result. :)
declare namespace abc = "http://www.example.com/abc&";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := <abc:someElement>some content</abc:someElement>
return
namespace-uri-from-QName(node-name($var)) eq xs:anyURI("http://www.example.com/abc&amp;")