Searched refs:xmlFilePath (Results 1 – 1 of 1) sorted by relevance
52 def getSchemaFilenameFromXmlFile(xmlFilePath): argument66 xmlTree = etree.parse(xmlFilePath)70 def validateXmlWithSchema(xmlFilePath, schemaFilePath): argument79 baseXmlName = path.basename(xmlFilePath)85 xmlContent = etree.parse(xmlFilePath)106 xmlFilePath = path.join(rootPath, filename) variable107 schemaFileName = getSchemaFilenameFromXmlFile(xmlFilePath)109 validateXmlWithSchema(xmlFilePath, schemaFilePath)