xml_declaration_version Property

This property specifies the XML version.

Syntax

def get_xml_declaration_version() -> str: ...
def set_xml_declaration_version(value: str) -> None: ...

xml_declaration_version = property(get_xml_declaration_version, set_xml_declaration_version)

Default Value

"1.0"

Remarks

This property specifies the XML version.

This may be set before writing a document. The default value is "1.0".

This is only applicable when writing XML.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]