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