summaryrefslogtreecommitdiff
path: root/virtinst/xmlapi.py
Commit message (Expand)AuthorAgeFilesLines
* cli: Add --xml xpath option for virt-install and virt-xmlCole Robinson2020-09-111-1/+7
* xmlutil: Centralize all 'programming error' exceptionsCole Robinson2020-07-171-2/+3
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-2/+3
* Fix codespell errorsCole Robinson2019-07-121-1/+1
* xmleditor: Add the shared codeCole Robinson2019-06-131-0/+7
* virtinst: Add full test coverage for xml*.py filesCole Robinson2019-06-091-5/+4
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-4/+4
* xmlbuilder: Add replace_childCole Robinson2019-06-051-0/+13
* devices: char: Add CharSourceCole Robinson2019-05-141-1/+7
* xmlbuilder: Validate root element of object parsexmlCole Robinson2019-05-131-0/+13
* xmlapi: rename and move get_prop/set_prop to utilCole Robinson2019-05-101-32/+0
* xmlapi: add set_propMarc Hartmayer2019-03-061-0/+16
* cli: refactor get_propMarc Hartmayer2019-03-061-0/+16
* xmlapi: refactor node_is_text functionMarc Hartmayer2019-01-071-5/+6
* xmlapi: Rework xmlns setting slightlyCole Robinson2018-09-131-9/+14
* xmlapi: Move namespace mappings to the relevant classesCole Robinson2018-09-131-3/+4
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* xmlapi: Fix some pylintCole Robinson2018-02-201-1/+1
* xmlapi: Some libxml2 simplificationsCole Robinson2018-02-201-47/+12
* xmlbuilder: Abstract libxml2 API and cleanupCole Robinson2018-02-201-0/+415