Searched refs:schemaFilePath (Results 1 – 1 of 1) sorted by relevance
70 def validateXmlWithSchema(xmlFilePath, schemaFilePath): argument80 baseSchemaName = path.basename(schemaFilePath)83 schemaContent = etree.parse(schemaFilePath)108 schemaFilePath = path.join(schemaDirectory, schemaFileName) variable109 validateXmlWithSchema(xmlFilePath, schemaFilePath)