pub fn write_event<W: Write>(
    event: XmlEvent<'_>,
    writer: &mut EventWriter<W>
) -> String
Expand description

Used by the XML Event writer to append events to the response