Expand description
Utilities for handling XML data.
Constants§
- Characters that are escaped for hrefs.
Functions§
- Check all the statuses in a
multistatus
response. - Replaces characters that need to be escaped in texts.
- Normalise newlines by replacing any
\n
with\r\n
. - Parses a status line string into a
StatusCode
. - Render an XML node with optional text.