txt3docbook todo list


Table of Contents

Includes
Configuration

Includes

I want to implement a smart include statement. It would automatically do one of the following modes dependent on the file's extension:

txt

Parses the include file as a chapter/section of the main file. Making this recursive would allow one to split a rather large document into several source files.

xml

Copies the included file into the docbook output. This way you can add 'special' sections written in native docbook.

gif|jpg|png|bmp

Adds a imageobject tag and includes therefore a picture.

Configuration

Having a configuration file would be a nice thing. One could set the author and other fixed values for all documents.

By setting certain variables, a batch mode to call the XSL-Processor would make it possible to convert ascii into your target format transparently.