$transformed-docbook-input

$transformed-docbook-input — URI for transformed DocBook input.

Parameter:
{}transformed-docbook-input
Defined in:
param.xsl
Used in:
docbook.xsl, param.xsl
Used by:

Synopsis

  |$transformed-docbook-input as xs:string? := ()

Description

Broadly speaking, the DocBook transformation process has three phases:

  1. The DocBook input supplied by the user is run through a series of transformations to produce a document that is ready to be transformed to HTML. (See Section 5.7, “The pre- and post-processing pipeline”.)

  2. That document is transformed into “HTML”. It’s not really HTML (yet) because some aspects (footnotes, chunking, etc.) are not yet resolved. (See $transformed-docbook-output.)

  3. The “HTML” from the previous step is transformed to produce one (or more) HTML results.

If the $transformed-docbook-input parameter is not the empty sequence, it is assumed to be a URI. It will be made absolute against the base URI of the input document. The transformed DocBook that results from step 1 above will be output to that location.