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
- Host: GitHub
- URL: https://github.com/drmacro/dita-utilities
- Owner: drmacro
- License: apache-2.0
- Created: 2013-10-02T13:28:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T14:50:47.000Z (about 12 years ago)
- Last Synced: 2025-01-29T21:54:50.381Z (over 1 year ago)
- Language: XSLT
- Size: 1.01 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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