Hi Ke and Pascal,
I have sucessfully compiled PocoCapsule with Xerces 3 in Windows. I
only had to make the following two changes:
(1) In "src/xmlreader/Makefile", on line 17: updated version number of
library (from "xerces-c_2" to "xerces-c_3")
(2) In "src/xmlreader/xmlreader.h", removed line 42, which #includes a
deprecated header file. The "DOMString" class was deprecated in
Xerces API version 2, and finally removed in version 3, but luckily
doesn't seem to be actually used in the PocoCapsule code!
I've also attached a patch file.
NOTE: I don't use the "wshelper" directory, so there may be further
changes required in there that I didn't see. I also haven't tried
compiling in Linux yet.
Hope that is helpful to somebody,
-- Bryan