Dmitry Polienko
|
6bd86f7543
Rewrite xmltools.innerText
|
8 years ago |
Dmitry Polienko
|
8c9e2d7a43
xmltree: separate escaping for attributes
|
8 years ago |
Araq
|
8be9e46403
udpated the compiler and tester to use getOrDefault
|
9 years ago |
Araq
|
2fda95a4d6
added getOrDefault; bootstrapping works again
|
9 years ago |
Araq
|
d8b0edc323
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
|
9 years ago |
sergey.anufriev
|
64737c8496
added proc to change an element tag and proc to insert xmlnode child
|
9 years ago |
Andrey Sobolev
|
a534434056
allow to delete xmlnode childs
|
9 years ago |
Andrey Sobolev
|
f405876b35
add text modification proc
|
9 years ago |
Araq
|
0f2a37cf1b
fixes #3282
|
9 years ago |
Bruce Doan
|
ae3fc71462
Remove dead code in findAll proc
|
9 years ago |
Oleh Prypin
|
a8c3c2ef0d
Fix a test in xmltree
|
9 years ago |
def
|
63f9385327
Rename mget to `[]`
|
9 years ago |
def
|
fd4e629905
Rename PNimrodNode to NimNode
|
10 years ago |
def
|
46cf40c40d
Add mitems and mpairs where it makes sense
|
10 years ago |
def
|
2a7a5a69d0
GitHub link fixes: nim-code -> nim-lang
|
10 years ago |
Araq
|
9d9c3fe121
merged things from devel
|
10 years ago |
Erwan Ameil
|
05c1fb060f
Escape ' and / when using escape in xmltree
|
10 years ago |
Araq
|
4523b29d7a
Nimrod renamed to Nim
|
10 years ago |
Araq
|
d05df2173b
Nimrod renamed to Nim
|
10 years ago |
Araq
|
12d2a37519
more modules updated
|
10 years ago |
Araq
|
11b6958755
big rename
|
10 years ago |
Araq
|
2f43fdb837
renamefest
|
10 years ago |
Grzegorz Adam Hankiewicz
|
64cf8d3893
Fixes xmltree <> macro docstring.
|
11 years ago |
Grzegorz Adam Hankiewicz
|
55bcd0ba1e
Adds findAll() convenience procs to xmltree.
|
11 years ago |
Grzegorz Adam Hankiewicz
|
e7be3d873f
Notes kind() getter is used to read TXmlNode.k field.
|
11 years ago |
Araq
|
a674c039fb
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
|
11 years ago |
Dominik Picheta
|
37b5be0133
Fixes #428
|
11 years ago |
Dominik Picheta
|
b76ee0d9e1
Fixed bug with xmltree.attrs when attributes have not been initialised
|
12 years ago |
Grzegorz Adam Hankiewicz
|
72a3e21f28
Removes executable bit for text files.
|
12 years ago |
Araq
|
b56df72a32
made tests green again
|
12 years ago |