Low-level function to write escaped text.
Any of the characters < (less than sign), > (greater than sign), & (ampersand), " (quote mark), or ' (apostrophe) will be replaced with the corresponding XML escape code.
Content to write. Interpolated expression strings (istrings) are supported.
See Implementation
Low-level function to write escaped text.
Any of the characters < (less than sign), > (greater than sign), & (ampersand), " (quote mark), or ' (apostrophe) will be replaced with the corresponding XML escape code.