July 2001
Intermediate to advanced
592 pages
11h 16m
English
The <xsl:output> top-level element establishes the type of structure the output will contain (XML, HTML, or text) and provides attributes to select several different output options. It must be a child of the <xsl:stylesheet> or <xsl:transform> document element, and can occur anywhere within the document element, unless the <xsl:import> element is present, in which case it must come after that element. Its ten attributes, shown in the following element model definition, are optional and will be discussed individually in the following sections. This top-level element is always an empty element.
<!-- Category: top-level-element --> <xsl:output method = "xml" | "html" | "text" | qname-but-not- ncname version ...