OutputKeys.Version Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
version = <var>nmtoken</var>.
[Android.Runtime.Register("VERSION")]
public const string Version;
[<Android.Runtime.Register("VERSION")>]
val mutable Version : string
Field Value
- Attributes
Remarks
version = <var>nmtoken</var>.
version
specifies the version of the output method.
When the output method is "xml", the version value specifies the version of XML to be used for outputting the result tree. The default value for the xml output method is 1.0. When the output method is "html", the version value indicates the version of the HTML. The default value for the xml output method is 4.0, which specifies that the result should be output as HTML conforming to the HTML 4.0 Recommendation [HTML]. If the output method is "text", the version property is ignored.
Java documentation for javax.xml.transform.OutputKeys.VERSION
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.