Crate xml1

source ·
Expand description

Basic usage is:

for evn in XmlIter::from("<a min=\"0, 0\">Some Text</a>") {
    dbg!(evn);
    // do something with evn
}

You may want to keep a stack around to push values and modify it’s attributes.

Less than sign '<' must be escaped during texts sequeces

Structs

Enums