-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Serializer] Add missing XML serializer's CDATA options #19883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Serializer] Add missing XML serializer's CDATA options #19883
Conversation
#18155 should be merged first |
Please add a versionadded directive for your new option |
Done, please rebase |
cc4bcd4
to
53aeff4
Compare
components/serializer.rst
Outdated
containing one of the following characters ( | ||
``<``, ``>``, ``&``) in `a CDATA section`_ like | ||
following: ``<![CDATA[...]]>`` | ||
matching the `cdata_wrapping_pattern`_ regex in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the defined link for data_wrapping_pattern?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mistake, sorry, I didn't want to make a link
btw I fixed the DOCtor-RST build. I should be green after another rebase |
53aeff4
to
f178e95
Compare
f178e95
to
c6d3512
Compare
Thank you Alessandro. |
Fixes #19851