V5.1 Assemblytransforms
transforms — List of transforms for converting from non-DocBook schemas.
Synopsis
transforms ::=
- Sequence of:
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
- 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>