summary refs log tree commit diff stats
path: root/lib/pure/xmldomparser.nim
Commit message (Expand)AuthorAgeFilesLines
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-22/+22
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* updated xml modulesAraq2014-09-181-19/+19
* big renameAraq2014-08-271-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-2/+2
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-1/+1
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-24/+81
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-8/+0
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+0
* new XML modulesAndreas Rumpf2010-02-101-2/+11
* added xmldom modulesAndreas Rumpf2010-02-081-0/+110
Rumpf <rumpf_a@web.de> 2010-02-28 23:04:18 +0100 examples/lib use the new wrappers' href='/ahoang/Nim/commit/config/nimrod.cfg?h=devel&id=b559285b78bfa76533d25e77f3f61cab2427bb03'>b559285b7 ^
3b7ef2288 ^




55c407464 ^
3b7ef2288 ^





7bf98411b ^
36accda8a ^
3b7ef2288 ^



















053309e60 ^
3b7ef2288 ^





848c1b297 ^
3b7ef2288 ^
220dd54ac ^
adf13aaea ^
039f21ffd ^


c53ad1b39 ^

3b7ef2288 ^








c8d270268 ^
a7e9ae55f ^


3b7ef2288 ^
0f0dfd637 ^

3b7ef2288 ^
78f4aacde ^
0fee9f992 ^




3b7ef2288 ^
0fee9f992 ^
b0b2c233a ^
0fee9f992 ^


3b7ef2288 ^










220dd54ac ^





3b7ef2288 ^
b7e8daf65 ^
446b04218 ^
3b7ef2288 ^










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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131