summary refs log tree commit diff stats
path: root/lib/pure/xmltree.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
href='#n549'>549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659