Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Make simple, powerful, and immediate changes to any aspect of how information is interpreted and acted on.
Node.baseURI as String
Returns a string representing the base URI of the node.
For XML documents, the base URI may be affected by an xml:base attribute on any ancestor of the current node.
const uris = []; for (const hit of cts.search("frightening")) { uris.push(hit.baseURI); } uris;
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.