robinson 0.7.0

For when you go to a lonely island and survival depends on parsing XML.
Documentation
Ok(
    Document {
        root: Node {
            children: [
                Node {
                    name: "root",
                    children: [
                        Node {
                            text: "\n    ",
                        },
                        Node {
                            name: "foo",
                            attributes: {
                                "{http://www.w3.org/XML/1998/namespace}space": "preserve",
                            },
                        },
                        Node {
                            text: "\n    ",
                        },
                        Node {
                            name: "{http://www.w3.org/XML/1998/namespace}bar",
                        },
                        Node {
                            text: "\n    ",
                        },
                        Node {
                            name: "{http://www.w3.org/XML/1998/namespace}baz",
                        },
                        Node {
                            text: "\n",
                        },
                    ],
                },
            ],
        },
    },
)