Table of Contents
I want to implement a smart include statement. It would automatically do one of the following modes dependent on the file's extension:
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.
Copies the included file into the docbook output. This way you can add 'special' sections written in native docbook.
Adds a imageobject tag and includes therefore a picture.