Does the DOMString("=\"") approach work on all platforms.  If so, then on
the platforms that L"" doesn't work on, you could define _XSTR(str) as
DOMString(str).  It just seemed like a lot of unnecessary effort on most
platforms.

Reply via email to