summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/queries/simpleLibraryModule.xq
blob: 42b4d2edcf5a87886166764c217cb475ab636b20 (plain)
1
2
3
4
5
module namespace prefix = "http://example.com";
declare function prefix:myFunction()
{
1
};