We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793d538 commit cc4bcd4Copy full SHA for cc4bcd4
components/serializer.rst
@@ -1199,6 +1199,12 @@ Option Description
1199
``save_options`` XML saving `options with libxml`_ ``0``
1200
``remove_empty_tags`` If set to true, removes all empty tags in the ``false``
1201
generated XML
1202
+``cdata_wrapping`` If set to false, disables automatic CDATA ``true``
1203
+ wrapping (see `cdata_wrapping_pattern` option for
1204
+ more information)
1205
+``cdata_wrapping_pattern`` A regular expression pattern to determine if the ``/[<>&]/``
1206
+ content of the node should be wrapped in a CDATA
1207
+ section
1208
============================== ================================================= ==========================
1209
1210
Example with custom ``context``::
0 commit comments