[MarkLogic Dev General] Question
Danny Sokolsky
dsokolsky at marklogic.com
Wed Jan 30 15:34:27 PST 2008
Hi Stefan,
I'm not sure I understand your question, but I'll give it a try.
MarkLogic Server stores documents, and for XML documents, you can query
them by their XML structure. Queries span all of the documents in the
database, so if you issue a query like the following simple XPath
expression:
/foo
That returns all of the foo elements in the database that occur at the
root of a document. You can store as many documents as you like in the
database (the database size is limited by your license key), and you can
perform arbitrarily complex queries against those documents, using
XQuery.
As far as storing the url address, you can create an application to
store whatever you want, including urls of your favorite web pages. But
if you wanted to search through those documents, you would probably want
to store them in the database as well.
Does that help?
-Danny
-----Original Message-----
From: general-bounces at developer.marklogic.com
[mailto:general-bounces at developer.marklogic.com] On Behalf Of Stefan
Tsalapatis
Sent: Wednesday, January 30, 2008 8:59 AM
To: general at developer.marklogic.com
Subject: [MarkLogic Dev General] Question
Hi,
I am a new member
and I am going to test the server
and its capabilities.
I would like to know if it supports
reusing of files.
I mean the same document or media file
to be referred in multiple xml relations.
but be stored in one physical location.
Also if it can holds only the url address,
without storing really the document.
For example saving the links of
favorite web pages as references.
Thanks in advance
My English is poor.
Stefan.
_______________________________________________
General mailing list
General at developer.marklogic.com
http://xqzone.com/mailman/listinfo/general
More information about the General
mailing list