$generate-html-page
$generate-html-page — Generate the HTML page structure around the styled document.
Synopsis
|$generate-html-page as xs:string := 'true'
Description
If this parameter is true, then a
complete HTML page will be generated for the transformed document: an
html
tag, head
and body
tags, etc. If
it’s false, then only the “raw” transformed content will be
produced. This is true for both the primary output and any secondary result documents.
ⓘ
Note
When the “raw” output option is selected, links to the CSS stylesheets, scripts, and other interactive features will not be generated. You must make sure those are provided in some other way.