Nikolay Sivov (@nsivov) commented about dlls/xmllite/writer.c:
return E_NOTIMPL;
}
+static HRESULT write_raw_char(xmlwriteroutput *output, LPCWSTR *context)
If this is going to be used for WriteChars() as well, we'll probably need to pass length/-1.