Index: src/xmpsidecar.cpp =================================================================== --- src/xmpsidecar.cpp (revision 3657) +++ src/xmpsidecar.cpp (working copy) @@ -47,8 +47,9 @@ // ***************************************************************************** namespace { - const char* xmlHeader = "\n"; - const long xmlHdrCnt = 39; // without the trailing 0-character + const char* xmlHeader = "\n"; + const long xmlHdrCnt = 60; // without the trailing 0-character + const char* xmlFooter = ""; } // class member definitions @@ -130,7 +131,7 @@ } if (xmpPacket_.size() > 0) { if (xmpPacket_.substr(0, 5) != "temporary()); // may throw assert(tempIo.get() != 0);