summary refs log tree commit diff stats
path: root/lib/pure/xmltree.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 magic...Araq2012-08-281-2/+3
* 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