--- parser3/src/include/pa_xml_exception.h 2017/02/07 22:00:37 1.12 +++ parser3/src/include/pa_xml_exception.h 2023/09/26 20:49:08 1.14 @@ -1,8 +1,8 @@ /** @file Parser: xml exception decls. - Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_XML_EXCEPTION_H @@ -10,7 +10,7 @@ #ifdef XML -#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.12 2017/02/07 22:00:37 moko Exp $" +#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.14 2023/09/26 20:49:08 moko Exp $" const char* const XML_VALUE_MUST_BE_STRING = "value must be string"; const char* const XML_DATA_MUST_BE_STRING = "data must be string";