fn:document-uri — MarkLogic 9 Product Documentation [PDF]

fn:document-uri. fn:document-uri( $arg as node()? ) as xs:anyURI? Summary. Returns the value of the document-uri propert

3 downloads 9 Views 28KB Size

Recommend Stories


MarkLogic Fundamentals
Never wish them pain. That's not who you are. If they caused you pain, they must have pain inside. Wish

Art and Documentation no. 9
The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together.

9 product development
At the end of your life, you will never regret not having passed one more test, not winning one more

MuleSoft Documentation [PDF]
Mule supports SAP integration through our Anypoint Connector for SAP, which is an SAP-certified Java connector that leverages the SAP Java Connector ... Function , which is the container for parameters and/or tables for the SAP Function Module (BAPI)

Use XPLM Publisher for product documentation
We can't help everyone, but everyone can help someone. Ronald Reagan

121115_background text_from documentation software to medical product
Pretending to not be afraid is as good as actually not being afraid. David Letterman

9 (PDF)
You have to expect things of yourself before you can do them. Michael Jordan

9 (plik pdf, 9 MB)
If you want to become full, let yourself be empty. Lao Tzu

Product - PDF
Ego says, "Once everything falls into place, I'll feel peace." Spirit says "Find your peace, and then

Data Documentation | PDF, 3.18 MB
What we think, what we become. Buddha

Idea Transcript


JavaScript fn.documentUri (/fn.documentUri)

fn:document-uri( $arg as node()? ) as xs:anyURI?

Returns the value of the document-uri property for the specified node. If the node is a document node, then the value returned is the URI of the document. If the node is not a document node, then fn:document-uri returns the empty sequence. Parameters $arg

The node whose document-uri is to be returned.

fn:document-uri will only return the URI of a document when a document node is passed into it. If you want to return the URI of a node that is not a document node, but has a document

node ancestor, use fn:base-uri (./fn:base-uri) or xdmp:node-uri (./xdmp:node-uri).

for $x in xdmp:directory("/myDirectory/", "1") return fn:document-uri($x) => a list of URIs for all of the documents in the directory "/myDirectory/"

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.