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 ::=

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.

Children

The following elements occur in transforms: info (db.info), info (db.titleforbidden.info), subtitle, title, titleabbrev, transform.

Examples

<transforms xmlns="http://docbook.org/ns/docbook" version="5.1">
  <transform grammar="dita" fileref="dita2docbook.xsl"/>
  <transform name="tutorial" fileref="docbook2tutorial.xsl"/>
</transforms>