> From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] > Hi Boris, > > Two things: > > 1. XMLString::transcode() returns a pointer to dynamic memory that you > must delete. If you don't, it's a memory leak:
Alternatively, you can use the version of transcode that allows you to supply your own string (which may be allocated on the stack and will clean itself up). Cheers, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
