Generating Wiki Documentation from Database Schema

The first public version of dbscript already had the functionality to generate XML documents from database schema information.

I extended this functionality to apply stored XSL files to the generated XML. Thus, it is possible to transform table information from XML into MediaWiki markup, or any other text-based markup.

See here for a screenshot of the web application, and the result documenting a table used by dbscript.

An evaluation version of dbscript is available for download here.

3 Responses to “Generating Wiki Documentation from Database Schema”

  1. Wiki Documentation from MSSQL Database Schema « devioblog Says:

    [...] In a recent post, I demoed the function on a table out of dbscript’s data model. The result of an XSLT applied to the XML representing AdventureWorks’ Person.Contact can be viewed here. [...]

  2. Generating XML from Database Schema and Table Data « devioblog Says:

    [...] XML from Database Schema and Table Data As described in my previous posts on dbscript, version 0.92 supports generation of XML files based on schema [...]

  3. Automatically Generate MediaWiki Documentation of MS SQL Database « devioblog Says:

    [...] Generate MediaWiki Documentation of MS SQL Database I previously published a couple of posts on generating Wiki documentation in dbscript, and the current release 0.93 of [...]

Leave a Reply