Skip to content
/ xdb Public

XML DBMS with built-in support for DTD validation, XSLT, logical DOMs (e.g., file system)

Notifications You must be signed in to change notification settings

phoyh/xdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

XML DBMS with built-in support for DTD validation, XSLT, logical DOMs (e.g., file system)

Topics

Resources

Stars

Watchers

Forks

Sponsor this project