Eric Cloninger wrote: > * Is there a requirement that Xerces run as a DLL/shared library? I've > modified the code to run as a static library and would prefer to ship it > that way.
I've done this as well (depending on the platform you have to fiddle with the platform init code) and have had no problems with a statically linked version. I believe there are issues surrounding dynamic linking depending on which transcoder you are using. Best regards, Mike.