
The <xsl:output> element controls the characteristics of the output document. To function correctly in Netscape, this element, with the method attribute must be used. As of 7.0, method = "text" works as expected.
<xsl:output method="xml" | "html" | "text" version=STRING encoding=STRING omit-xml-declaration="yes" | "no" standalone="yes" | "no" doctype-public=STRING doctype-system=STRING cdata-section-elements=LIST-OF-NAMES indent="yes" | "no" media-type=STRING />Specifies the value of the version attribute of the XML or HTML declaration in the output document. This attribute is only used when method="html" or method="xml".
Indicates whether or not to include an XML declaration in the output. Acceptable values are "yes" or "no".
If present, indicates that a standalone declaration should occur in the output document and gives its value. Acceptable values are "yes" or "no".
|
Comments?
devdoc-feedback@netscape.com |