An open API service indexing awesome lists of open source software.

https://github.com/drmacro/dita-utilities

Random utilities for doing things with DITA, mostly XSLT transforms
https://github.com/drmacro/dita-utilities

Last synced: 6 months ago
JSON representation

Random utilities for doing things with DITA, mostly XSLT transforms

Awesome Lists containing this project

README

          

dita-utilities
==============

Random utilities for doing things with DITA, mostly XSLT transforms

Code examples
-------------

### Excel XML 2004 format to DITA table

In: src/xslt/excel-xml-to-dita-table
An example on how to convert a Excel XML 2004 to a DITA table

Submodules
----------

### org.uottawa.audience

A simple plugin which extracts the audience information and output it as an xml file in your
final documentation directory.
The xml file could be used, for example, to render the list of available audience for a specific documention
using a server-side language like PHP.

### org.uottawa.brand

An example of a customization of the pdf2 plugin of the DITA-OT.
!important: it only works with Antenna House formatter

### org.uottawa.logs

A simple plugins that logs each call of the DITA-OT per date and transtype.

### org.uottawa.report

Few tests to extracts information on your documentation.
It is a plugin that parse your documentation and generate a DITA documentation from it.
For now the plugin creates:
* keydef documentation: one page per keydef on your documentation
* audiences analysis: a table that shows which audience has been applied on which topic