summary refs log tree commit diff stats
path: root/lib/pure/xmldom.nim
Commit message (Collapse)AuthorAgeFilesLines
* In xmldom module added default attribute names checkfor namespace creation, ↵karantin20202016-06-121-3/+12
| | | | see https://www.w3.org/XML/1998/namespace
* Clean up returns in xmldom a bitdef2015-03-241-9/+7
|
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-6/+6
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* xmldom adheres to the new styleAraq2014-09-171-249/+249
|
* big renameAraq2014-08-271-2/+3
|
* replace nil comparisons with calls to isNildef2014-08-011-52/+52
|
* Add some nil checks for xmldom (and clean up a bit)def2014-07-301-196/+223
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
|
* fixed some newly introduced bugsAraq2011-09-211-15/+15
|
* deprecated system.copy: use system.substr insteadAraq2011-05-141-2/+2
|
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-6/+7
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-3/+13
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-7/+9
|
* 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-82/+162
|
* added xmldom modulesAndreas Rumpf2010-02-081-0/+1009