g and terminating XMLPlatformUtils more
than o nce in a program
The API doc says:
"void XMLPlatformUtils::Initialize () [static]
Perform per-process parser initialization."
so I assume it isn't mean to be called repeatedly.
It is also written at http://xml.apache.org/xerces-c/program.
TP
To: [EMAIL PROTECTED]@SMTP
cc:
Subject: Problem initializing and terminating XMLPlatformUtils more than o nce
in a program
Classification:
I have run into a problem attempting to initialize and terminate
XMLPlatformUtils more than once in a single program. The following code
c
The API doc says:
"void XMLPlatformUtils::Initialize () [static]
Perform per-process parser initialization."
so I assume it isn't mean to be called repeatedly.
It is also written at http://xml.apache.org/xerces-c/program.html
"Key points to remember when using the C++ DOM classes:
- Create
Inc
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Mitchell, Raymond [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 3:01 PM
> To: '[EMAIL PROTECTED]'
> Subject: Problem initializing and terminating XMLPlatformUtils more than
> o nce in a program
>
EMAIL PROTECTED]'
Subject: Problem initializing and terminating XMLPlatformUtils more than
o nce in a program
I have run into a problem attempting to initialize and terminate
XMLPlatformUtils more than once in a single program. The following code
causes