Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
ProcessingInstruction.prefix as String
This is inherited from the XMLNode object.
Return the namespace prefix of this node.const node = fn.head(xdmp.unquote( '<ns:parent xmlns:ns="/my/ns"><ns:child>some content</ns:child></ns:parent>')) .root; node.firstChild.prefix // returns 'ns'
Comments