Difference between revisions of "Getting Started"

From BaseX Documentation
Jump to navigation Jump to search
Line 45: Line 45:
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
* [http://w3schools.com/xquery/default.asp XQuery Tutorial], W3 Schools
+
* [http://w3schools.com/xquery/default.asp XQuery Tutorial]; W3 Schools
* [http://www.progress.com/xquery/resources/tutorials/learning-xquery/xquery---a-guided-tour XQuery: A Guided Tour], XQuery from the Experts
+
* [http://www.progress.com/xquery/resources/tutorials/learning-xquery/xquery---a-guided-tour XQuery: A Guided Tour]; from the book "XQuery from the Experts"
* [http://files.basex.org/publications/xmlprague2013/ Slides and Examples] from the BaseX User Meetups
+
* [http://files.basex.org/publications/xmlprague/ BaseX Users Meetups]; slides and examples
* [http://stackoverflow.com/questions/tagged/basex Stack Overflow], Questions tagged with {{Code|basex}}
+
* [http://stackoverflow.com/questions/tagged/basex Stack Overflow]; questions tagged with {{Code|basex}}
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute], Exercises
+
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute]; exercises
 
<br/>
 
<br/>
 
</div>
 
</div>

Revision as of 15:25, 13 June 2015

This page is one of the Main Sections of the documentation. It gives a quick introduction on how to start, run, and use BaseX.

Overview

First Steps
User Interfaces
 
General Info
  • Databases: How databases are created, populated and deleted
  • Parsers: How different input formats can be converted to XML
  • Commands: Full overview of all database commands
  • Options: Listing of all database options
Integration

Tutorials and Slides