summary refs log tree commit diff stats
path: root/lib/pure/xmltree.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* Clean up (as suggested by @Araq)Dmitry Polienko2016-12-011-6/+5
|
* Rewrite xmltools.innerTextDmitry Polienko2016-11-301-7/+19
| | | | Make it recursive, define for node types other than xnElement
* xmltree: separate escaping for attributesDmitry Polienko2016-09-051-3/+14
|
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-1/+1
|
* added getOrDefault; bootstrapping works againAraq2015-10-131-1/+1
|
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-2/+7
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim
| * Rename mget to `[]`def2015-03-311-2/+7
| | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string
* | added proc to change an element tag and proc to insert xmlnode childsergey.anufriev2015-09-261-0/+13
| |
* | allow to delete xmlnode childsAndrey Sobolev2015-09-071-0/+5
| |
* | add text modification procAndrey Sobolev2015-09-071-0/+6
| |
* | fixes #3282Araq2015-09-051-1/+1
| |
* | Remove dead code in findAll procBruce Doan2015-05-261-2/+1
| |
* | Fix a test in xmltreeOleh Prypin2015-04-211-1/+2
|/
* Rename PNimrodNode to NimNodedef2015-03-171-45/+45
|
* Add mitems and mpairs where it makes sensedef2015-01-281-0/+10
|
* GitHub link fixes: nim-code -> nim-langdef2015-01-151-4/+4
|
* merged things from develAraq2014-09-121-0/+4
|\
| * Escape ' and / when using escape in xmltreeErwan Ameil2014-08-301-0/+4
| |
* | Nimrod renamed to NimAraq2014-08-281-5/+5
| |
* | Nimrod renamed to NimAraq2014-08-281-4/+4
| |
* | more modules updatedAraq2014-08-281-29/+29
| |
* | big renameAraq2014-08-271-17/+20
| |
* | renamefestAraq2014-08-231-1/+1
|/
* Fixes xmltree <> macro docstring.Grzegorz Adam Hankiewicz2013-08-221-1/+5
|
* Adds findAll() convenience procs to xmltree.Grzegorz Adam Hankiewicz2013-07-201-0/+37
|
* Notes kind() getter is used to read TXmlNode.k field.Grzegorz Adam Hankiewicz2013-07-191-1/+1
|
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-0/+10
|
* Fixes #428Dominik Picheta2013-05-111-1/+1
|
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-231-0/+3
| | | | yet.
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* made tests green againAraq2012-08-311-1/+1
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-281-2/+3
| | | | magic to access the invokation AST
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* added xmltree.innerText; fixes #49Araq2011-08-151-1/+10
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-2/+1
|
* ugh, maybe broke gitAraq2011-04-011-3/+16
|
* added base64 module; decoding still brokenAraq2010-10-231-2/+2
|
* version 0.8.8Andreas Rumpf2010-03-141-13/+21
|
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-3/+2
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-4/+20
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-1/+1
|
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-4/+14
|
* new XML modulesAndreas Rumpf2010-02-101-0/+231