Eh, all that's required is another transcoding jump from XMLCh* to
wstring in the XML code wrappers. Irritating and slow, but not a major complication.
Well, so, I've been punting for a while on actually building a usable wrapper that's STL container-friendly. Mostly because it's a pain to get the details right, and I figured if nobody had done one there might be a subtle reason I hadn't explored for why it won't work.
Does somebody have one? If so, adding it to the distribution would be most welcome.
If not, I guess I may end up doing it, instead of coding around this with hacks all over the place with ifdef HAVE_STL_THAT_DOESNT_SUCK.
One problem that I've run into with Windows is that I typically define wchar_t as a real type (in VStudio project settings) and this breaks some of the Windows-specific code in Xerces. In the past I cheated and defined XMLCh as wchar_t but with this release I went in and put reinterpret_casts everywhere. Next step is to address transcoding so I'll post here if I have any brilliant ideas.
Sean
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]