Validate file by using xsd schema for this version.
--HG-- branch : feature
This commit is contained in:
parent
941b43b5b5
commit
1d9fd7109d
|
@ -37,7 +37,8 @@ const QString VPatternConverter::CurrentSchema = QStringLiteral("://schema/pa
|
|||
VPatternConverter::VPatternConverter(const QString &fileName)
|
||||
:VAbstractConverter(fileName)
|
||||
{
|
||||
QString schema = XSDSchema(ver);
|
||||
const QString schema = XSDSchema(ver);
|
||||
ValidateXML(schema, fileName);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user