|
|
@ -43,6 +43,7 @@
|
|
|
|
# include <XMP.incl_cpp>
|
|
|
|
# include <XMP.incl_cpp>
|
|
|
|
#endif // EXV_HAVE_XMP_TOOLKIT
|
|
|
|
#endif // EXV_HAVE_XMP_TOOLKIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef EXV_HAVE_XMP_TOOLKIT
|
|
|
|
// This anonymous namespace contains a class named XMLValidator, which uses
|
|
|
|
// This anonymous namespace contains a class named XMLValidator, which uses
|
|
|
|
// libexpat to do a basic validation check on an XML document. This is to
|
|
|
|
// libexpat to do a basic validation check on an XML document. This is to
|
|
|
|
// reduce the chance of hitting a bug in the (third-party) xmpsdk
|
|
|
|
// reduce the chance of hitting a bug in the (third-party) xmpsdk
|
|
|
@ -203,7 +204,7 @@ namespace {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
} // namespace
|
|
|
|
} // namespace
|
|
|
|
|
|
|
|
#endif // EXV_HAVE_XMP_TOOLKIT
|
|
|
|
|
|
|
|
|
|
|
|
// *****************************************************************************
|
|
|
|
// *****************************************************************************
|
|
|
|
// local declarations
|
|
|
|
// local declarations
|
|
|
|