Details
Description
The following code compiled on MacOS X using the native transcoder will return 0
instead of a null string:
XMLCh xa[] =
{chNull};
return XMLString::transcode(xa);
On Linux and Windows, this returns a valid pointer to an array of one character
containing '\0'.