summaryrefslogtreecommitdiffstats
path: root/utils_xml.py
Commit message (Expand)AuthorAgeFilesLines
* utils_xml: xmltag_get_{localname,namespace}: make more robustJan Pokorný2015-05-291-2/+7
* utils_xml: skip extending with None nonstring arg in nselemJan Pokorný2015-03-041-2/+2
* utils_xml: nselem: allow to add children/text at onceJan Pokorný2014-10-211-2/+11
* utils_xml: element_juggler: cope with root elementsJan Pokorný2014-10-211-2/+6
* utils_xml: drop an import no longer in useJan Pokorný2014-10-211-1/+0
* utils_xml: have the namespaces represented as symbols, tooJan Pokorný2014-10-211-7/+12
* utils_xslt: dedicated to XSLT related helpersJan Pokorný2014-10-081-8/+0
* filter: interactive "try_edit" as a part of validate_hookJan Pokorný2014-06-191-0/+1
* utils_xml: implement way to 'juggle'/re-{root,parent} XML elemsJan Pokorný2014-06-191-0/+35
* xml_utils: make rng_pivot return "starting" definitionJan Pokorný2014-06-131-2/+14
* utils_xml: fix possible issues with namespaced elems/tagsJan Pokorný2014-06-131-2/+5
* utils_xml: define and use new XML/lxml.etree helpersJan Pokorný2014-06-131-6/+24
* Cleanup: move some more XML related stuff to utils_xml.pyJan Pokorný2014-05-301-1/+11
* Cleanup: move squote from utils to utils_xmlJan Pokorný2014-05-301-0/+5
* utils_xml: XML helpers incl. rng_pivot to be used for validationJan Pokorný2014-05-281-0/+57