Note
Hello! This was a project made by Freja Roberts and want to first give credit for them. I'm still slowly updating this project because it's super intuitive but just needs updating.
Szl Simple XML
Szl Simple xml is a small crate for reading, parsing and storing xml as an extension from simple-xml. This extension adds getting mutable nodes
Usage
Example parsing:
let note =
from_file.expect;
let to = ¬e;
let from = ¬e;
let heading = ¬e.get_nodes.expect;
let body = ¬e;
let lang = note
.get_attribute
.expect;
For additional examples, please see: Docs