DocBook 5.1: The Definitive Guide (Version 1.5.3 for DocBook 5.1)
V5.1 Assemblytransforms
transforms — List of transforms for converting from non-DocBook schemas.
Synopsis
transforms ::=
- Sequence of:
Attributes
Description
The transforms
element is a wrapper for one or more
transform
elements.
Processing expectations
None. The transforms
element is just a container.
Parents
These elements contain transforms
: assembly
.
Examples
<transforms xmlns="http://docbook.org/ns/docbook" version="5.1">
<transform grammar="dita" fileref="dita2docbook.xsl"/>
<transform name="tutorial" fileref="docbook2tutorial.xsl"/>
</transforms>