Changes

Jump to navigation Jump to search
271 bytes added ,  17:24, 22 September 2011
no edit summary
==Collection==
 
===Creation of a collection===
You can create a collection either within the GUI or in the console version of BaseX.
GUI:
In the GUI you can execute all above operations in the Database menu.
 
Once you have created a database, you may as well use the BaseX-specific [Database Functions|XQuery Database Functions] to add or delete XML documents:
 
<pre class="brush:xquery">
for $file in file:list("/path/to/xml/documents")
return db:add("database", $file)
</pre>
===Access documents in collections===
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu