V5.1 Assemblytransforms

transforms — List of transforms for converting from non-DocBook schemas.

Synopsis

transforms ::=

Attributes

Common attributes.

No additional attributes.

Description

The transforms element is a wrapper for one or more transform elements.

Processing expectations

None. The transforms element is just a container.

Attributes

Common attributes.

any attribute

Any attribute in any other explicit namespace

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>