Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
-- v2: xmllite/writer: Implement WriteNodeShallow(). xmllite/writer: Handle empty local name in WriteAttributeString(). xmllite/tests: Add a test for IsEmptyElement() on attributes. xmllite/tests: Add some more tests for WriteStartElement(). xmllite/writer: Add initial implementation of WriteNode(). xmllite/writer: Implement WriteAttributes(). xmllite/writer: Close open tag on WriteProcessingInstruction(). xmllite/writer: Close open tag on WriteRaw(). xmllite/writer: Handle empty prefix and uri correctly in WriteStartElement(). xmllite/writer: Implement WriteWhitespace(). xmllite/reader: Improve xml declaration node parsing.