Playground page for the XML Course

Table of contents


XML Examples

The small "books" example (books.xml, books.dtd) of the lecture is available in the directory
/afs/informatik.uni-goettingen.de/course/xml-lecture/XML-DTD 

Data-centric XML: The Mondial XML database

In the course, a nested XML version of the Mondial database is used.

You find also all Mondial XML files in the directory /afs/informatik.uni-goettingen.de/course/xml-lecture/Mondial

Text-oriented XML: Shakespeare's Plays

A more text-oriented example uses Shakespeare's plays by John Bosak.
The files (XML and DTD) are installed at /afs/informatik.uni-goettingen.de/course/xml-lecture/Shakespeare/
Here is an example.

Mixed Text- and Database-oriented XML: DBIS publication list

The following files are available in the directory
/afs/informatik.uni-goettingen.de/course/xml-lecture/XML-DTD
[back to top]

XML Tools and Links

Browsing, editing

Validation, Navigation, Exploration

[back to top]

XHTML

[back to top]

XPath

Parts of XPath are also supported by xmllint (see above).
XPath queries can be executed using several tools:
[back to top]

XQuery

The W3C provides information about XQuery; the bottom of that page also lists numerous implementations. Some of them are available:
[back to top]

XSLT Stylesheets

The main use for XSLT stylesheets is the transformation fom XML to XML or to HTML (see also below).
A first application is to embed queries into a simple stylesheet (available in /afs/informatik.uni-goettingen.de/course/xml-lecture/XPath):
[back to top]

Transformation Stylesheets

[back to top]

XLink

XLink serves for interlinking XML resources.
[back to top]

XMLSchema

[back to top]

SQL/XML under Oracle

[back to top]

RDF/OWL

[back to top]

Valid XHTML 1.0!