Artemiy e4c2c123ab
Support for disabling automatic escaping in to xml (#11536)
# Description
This PR addresses #11525 by adding `--partial-escape` which makes `to
xml` only escape `<>&` in text and `<>&"` in comments. This PR also
fixes issue where comment and PI content was escaped even though [it
should not be](https://stackoverflow.com/a/46637835)

# User-Facing Changes
Correct comments and PIs
 `to xml --partial-escape` flag to emit less escaped characters

# Tests + Formatting
Added tests for specified issues
2024-01-14 07:36:53 -06:00
..
2023-11-16 15:14:45 -06:00
2023-10-03 10:51:46 +13:00
2023-03-15 18:54:55 +13:00
2023-09-21 20:01:49 +02:00
2023-10-08 19:07:09 +02:00
2023-11-16 15:14:45 -06:00
2023-10-08 19:07:09 +02:00