1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
| {:xmlElement, :todos, :todos, [], {:xmlNamespace, [], []}, [], 1, [],
[
{:xmlText, [todos: 1], 1, [], '\n ', :text},
{:xmlElement, :todo, :todo, [], {:xmlNamespace, [], []}, [todos: 1], 2,
[{:xmlAttribute, :id, [], [], [], [todo: 2, todos: 1], 1, [], '1', false}],
[
{:xmlText, [todo: 2, todos: 1], 1, [], '\n ', :text},
{:xmlElement, :body, :body, [], {:xmlNamespace, [], []},
[todo: 2, todos: 1], 2, [],
[
{:xmlText, [body: 2, todo: 2, todos: 1], 1, [],
'This is the body of to-do item #1', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todo: 2, todos: 1], 3, [], '\n ', :text},
{:xmlElement, :priority, :priority, [], {:xmlNamespace, [], []},
[todo: 2, todos: 1], 4, [],
[{:xmlText, [priority: 4, todo: 2, todos: 1], 1, [], '3', :text}], [],
'/workspace', :undeclared},
{:xmlText, [todo: 2, todos: 1], 5, [], '\n ', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todos: 1], 3, [], '\n ', :text},
{:xmlElement, :todo, :todo, [], {:xmlNamespace, [], []}, [todos: 1], 4,
[{:xmlAttribute, :id, [], [], [], [todo: 4, todos: 1], 1, [], '2', false}],
[
{:xmlText, [todo: 4, todos: 1], 1, [], '\n ', :text},
{:xmlElement, :body, :body, [], {:xmlNamespace, [], []},
[todo: 4, todos: 1], 2, [],
[
{:xmlText, [body: 2, todo: 4, todos: 1], 1, [],
'This is the body of to-do item #2', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todo: 4, todos: 1], 3, [], '\n ', :text},
{:xmlElement, :priority, :priority, [], {:xmlNamespace, [], []},
[todo: 4, todos: 1], 4, [],
[{:xmlText, [priority: 4, todo: 4, todos: 1], 1, [], '1', :text}], [],
'/workspace', :undeclared},
{:xmlText, [todo: 4, todos: 1], 5, [], '\n ', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todos: 1], 5, [], '\n ', :text},
{:xmlElement, :todo, :todo, [], {:xmlNamespace, [], []}, [todos: 1], 6,
[{:xmlAttribute, :id, [], [], [], [todo: 6, todos: 1], 1, [], '3', false}],
[
{:xmlText, [todo: 6, todos: 1], 1, [], '\n ', :text},
{:xmlElement, :body, :body, [], {:xmlNamespace, [], []},
[todo: 6, todos: 1], 2, [],
[
{:xmlText, [body: 2, todo: 6, todos: 1], 1, [],
'This is the body of to-do item #3', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todo: 6, todos: 1], 3, [], '\n ', :text},
{:xmlElement, :priority, :priority, [], {:xmlNamespace, [], []},
[todo: 6, todos: 1], 4, [],
[{:xmlText, [priority: 4, todo: 6, todos: 1], 1, [], '3', :text}], [],
'/workspace', :undeclared},
{:xmlText, [todo: 6, todos: 1], 5, [], '\n ', :text}
], [], '/workspace', :undeclared},
{:xmlText, [todos: 1], 7, [], '\n', :text}
], [], '/workspace', :undeclared}
|