File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- #Examples
1
+ # Examples
2
2
3
3
The examples have been designed with [ ` cargo-script ` ] ( https://github.com/DanielKeep/cargo-script ) in mind.
4
4
@@ -7,7 +7,7 @@ Here I'll just give broad overview how to install [`cargo script`] for Rust 1.5.
7
7
cargo install cargo-script
8
8
9
9
10
- #Token printer
10
+ # Token printer
11
11
12
12
The basis of xml5ever is its tokenizer and tree builder. Roughly speaking tokenizer
13
13
takes input and returns a set of tokens like comment, processing instruction, start
@@ -111,7 +111,7 @@ or by sending an [`examples/example.xml`](https://github.com/Ygg01/xml5ever/blob
111
111
cargo script simple_xml_tokenizer.rs < example.xml
112
112
```
113
113
114
- #Tree printer
114
+ # Tree printer
115
115
116
116
To actually get an XML document tree from the xml5ever, you need to use a ` TreeSink ` .
117
117
` TreeSink ` is in many way similar to the TokenSink. Basically, TokenSink takes data
You can’t perform that action at this time.
0 commit comments