Nikolay Sivov (@nsivov) commented about dlls/xmllite/writer.c:
default: ; }break;
- return E_NOTIMPL;
- ns = writer_find_ns(writer, NULL, pwszNamespaceUri);
- if (!ns)
return WR_E_NAMESPACEUNDECLARED;
- if (ns->prefix)
- {
write_output_buffer(writer->output, ns->prefix, ns->prefix_len);
write_output_buffer_char(writer->output, ':');
- }
I don't see a test for this.