Esempio n. 1
0
def processXMLElement( xmlElement, xmlProcessor ):
	"Process the xml element."
	lineation.processXMLElementByFunction( getManipulatedPaths, xmlElement, xmlProcessor )
Esempio n. 2
0
def processXMLElement(xmlElement):
    "Process the xml element."
    lineation.processXMLElementByFunction(getManipulatedPaths, xmlElement)