Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.74 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.74 KB

XML database management system (DBMS) - short XDB - with built-in support for

  • Schema validation (DTD)
  • Transformations (XSLT)
  • Logical XML documents on which DTD & XSLT can be transparently applied

Be sure to use Java 1.3 as org.w3c.dom is included in later Java versions, clashing with the included jar for version 1.3. Also, no querying support (XPath or similar) is provided as this is not the focus area. Only URI-based access to documents is provided. For reading/writing the content of XML documents without XSLT, standard DOM means need to be used.

Example consumers:

There are also further example data of XML and XSLT.