Details
-
Suggestion
-
Resolution: Won't Do
-
P3: Somewhat important
-
4.6.1
-
None
Description
document that it is required to use declare a namespace before using it, e.g.
—
declare namespace atomNS="http://www.w3.org/2005/Atom";
doc('http://my.atom/url')/atomNS:feed/string(atomNS:title)
—