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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Tsalapatis Sent: Wednesday, January 30, 2008 8:59 AM To: [email protected] 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 [email protected] http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
