From 13f9766dd87758abad37a376faab84d35555b66f Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Wed, 11 Jan 2023 18:26:40 +0100 Subject: [PATCH] [Serializer] Fix default XmlVersion used by XmlEncoder --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index adeb1328c2b..347d04dd72f 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -1181,7 +1181,7 @@ Option Description ============================== ================================================= ========================== ``xml_format_output`` If set to true, formats the generated XML with ``false`` line breaks and indentation -``xml_version`` Sets the XML version attribute ``1.1`` +``xml_version`` Sets the XML version attribute ``1.0`` ``xml_encoding`` Sets the XML encoding attribute ``utf-8`` ``xml_standalone`` Adds standalone attribute in the generated XML ``true`` ``xml_type_cast_attributes`` This provides the ability to forget the attribute ``true``