| (: Name: extexpr-18 :) | |
| (: Description: An extension expression for which the pragma is ignored and default expression uses the fn:not function. :) | |
| declare namespace ns1 = "http://example.org/someweirdnamespace"; | |
| (: insert-start :) | |
| declare variable $input-context1 external; | |
| (: insert-end :) | |
| (# ns1:you-do-not-know-me-as-index #) | |
| {fn:string(fn:not(fn:true()))} |