summaryrefslogtreecommitdiffstats
path: root/utils_xslt.py
Commit message (Collapse)AuthorAgeFilesLines
* utils_xslt: new helper xslt_string_mappingJan Pokorný2015-12-171-0/+15
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xslt: xslt_id_friendly: new helperJan Pokorný2015-12-171-0/+15
| | | | | | | Some offending ASCII characters are translated to '_', the remaining ones (all or almost) are simply removed. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xslt: make xslt_boolean in xslt_params implicitJan Pokorný2015-06-191-6/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xslt: new helpers xslt_{boolean,params}Jan Pokorný2015-05-291-1/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_*: add helpers as utilized in experimental plugins nowJan Pokorný2015-01-091-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xml: have the namespaces represented as symbols, tooJan Pokorný2014-10-211-2/+2
| | | | | | + propagate actually use these symbols Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xslt: xslt_is_member encoding Python's "foo in list"Jan Pokorný2014-10-081-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_xslt: dedicated to XSLT related helpersJan Pokorný2014-10-081-0/+18
Also move xslt_identity from utils_xml to utils_xslt. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>