xhtml_parser 0.2.10

Non-validating XHTML Tree-based parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Document [
    Element {
        tag_name: "ApplicationExtensibility"
        children: [
            Element {
                tag_name: "OnLoad"
            }
            Element {
                tag_name: "ItemAdded"
            }
        ]
    }
]