Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedMay 15, 2024
#18155 should be merged first |
OskarStark commentedMay 15, 2024
Please add a versionadded directive for your new option |
OskarStark commentedMay 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Done, please rebase |
cc4bcd4 to53aeff4Comparecomponents/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
OskarStark commentedMay 16, 2024
btw I fixed the DOCtor-RST build. I should be green after another rebase |
53aeff4 tof178e95Comparef178e95 toc6d3512CompareOskarStark commentedMay 16, 2024
Thank you Alessandro. |
Fixes#19851