--- parser3/src/targets/isapi/parser3isapi.C 2001/10/08 09:04:08 1.47 +++ parser3/src/targets/isapi/parser3isapi.C 2001/10/09 14:30:19 1.49 @@ -4,7 +4,7 @@ Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3isapi.C,v 1.47 2001/10/08 09:04:08 parser Exp $ + $Id: parser3isapi.C,v 1.49 2001/10/09 14:30:19 parser Exp $ */ #ifndef _MSC_VER @@ -37,6 +37,9 @@ extern const char *gd_RCSIds[]; extern const char *classes_RCSIds[]; extern const char *types_RCSIds[]; extern const char *parser3isapi_RCSIds[]; +#ifdef XML +extern const char *xalan_patched_RCSIds[]; +#endif const char **RCSIds[]={ main_RCSIds, #ifdef USE_SMTP @@ -46,6 +49,9 @@ const char **RCSIds[]={ classes_RCSIds, types_RCSIds, parser3isapi_RCSIds, +#ifdef XML + xalan_patched_RCSIds, +#endif 0 };