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
1 element contains transforms
. × ⏵
Children
6 elements occur in transforms
. × ⏵
Examples
|<transforms xmlns="http://docbook.org/ns/docbook" version="5.1">
|<transform grammar="dita" fileref="dita2docbook.xsl"/>
|<transform name="tutorial" fileref="docbook2tutorial.xsl"/>
|</transforms>