Expand description
XML deserialization of request bodies.
Parses incoming XML into a generic tree representation that callers then map to domain types. This avoids a separate serde path and matches the trim-whitespace semantics AWS applies to every element.
Structs§
- Node
- A lightweight XML tree node.
Functions§
- parse
- Parse an XML document into a tree rooted at the first element.