"Andreas B. Thun" wrote: > > > XMLCh* attrName = XMLString::transcode(attributeName); > > attrVal = nodeElement->getAttribute(attrName); > > delete [] attrName; XMLString::release(&attrName); Would it be better ? > > Yep. Now it╢s perfect. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
