Mike Gerwitz
5233822322
Like previous commits, this replaces the explicit escaping context with the convention that all values retrieved from `xir` are unescaped on read and escaped on write. Comments are a notable TODO, since we must escape only `--`. CData is also an issue. I had _expected_ to use it as a means to avoid unescaping fragments, but I had forgotten that quick_xml hard-codes escaping on read, so that it can re-use BytesStart! That is terribly unfortunate, and may result in us having to re-implement our own read method in the future to avoid this nonsense. So I'm just leaving it as a TODO for now. DEV-11081 |
||
---|---|---|
.. | ||
asg.rs | ||
asg_lower_xmle.rs | ||
iter.rs | ||
memchr.rs | ||
sym.rs | ||
xir.rs |