Searched refs:schemaFilePath (Results 1 – 1 of 1) sorted by relevance
71 def validateXmlWithSchema(xmlFilePath, schemaFilePath): argument81 baseSchemaName = path.basename(schemaFilePath)84 schemaContent = etree.parse(schemaFilePath)109 schemaFilePath = path.join(schemaDirectory, schemaFileName) variable110 validateXmlWithSchema(xmlFilePath, schemaFilePath)