Validate XML with xerces.
[libdcp.git] / tools / dcpverify.cc
index 0c69ba782682b17b11940aa46b647d76c164ba82..a050d9533e2a22eba43c05d744c758a56395693f 100644 (file)
@@ -112,7 +112,8 @@ main (int argc, char* argv[])
 
        vector<boost::filesystem::path> directories;
        directories.push_back (argv[optind]);
-       list<dcp::VerificationNote> notes = dcp::verify (directories, bind(&stage, _1, _2), bind(&progress));
+       /* XXX */
+       list<dcp::VerificationNote> notes = dcp::verify (directories, bind(&stage, _1, _2), bind(&progress), "xsd");
 
        bool failed = false;
        BOOST_FOREACH (dcp::VerificationNote i, notes) {