7dc405 Refactor: libs: Set XML properties when creating a node.

8 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: libs: Set XML properties when creating a node.
    
    pcmk__output_create_xml_node can take a NULL-terminated list of
    properties that should be set on the node at the same time it's created.
    This saves a bunch of calls to xmlSetProp and gets rid of some variables
    that are otherwise not needed.
    
    Unfortunately, this can't be used everywhere I'd like but it's a good
    start.
    
        
file modified
+1 -1
file modified
+20 -12
file modified
+19 -15
file modified
+38 -39
file modified
+2 -2
file modified
+87 -87
file modified
+3 -3