Пример #1
0
 def addElementToNode(self, Node, sName):
     x = Node.createElement(sName)
     print x
     self.Node.appendChild(x)
     return Node