Sweden-Number/dlls/xmllite
Nikolay Sivov af46bab594 xmllite/writer: Maintain a stack of written elements to write end tags.
Xmllite helps in a way that user doesn't have to specify closing tag
name (like it has to in case of MXWriter). So when closing current level
element qname is used for a closing tag; later this stack will also hold
namespace definitions that element is carrying to check if nested
element uses defined prefix.
2014-06-16 09:31:40 +02:00
..
tests xmllite/writer: Maintain a stack of written elements to write end tags. 2014-06-16 09:31:40 +02:00
Makefile.in xmllite: Add an import library. 2014-02-18 10:48:28 +01:00
reader.c xmllite/writer: Initial support for starting a document. 2014-05-15 19:05:00 +02:00
writer.c xmllite/writer: Maintain a stack of written elements to write end tags. 2014-06-16 09:31:40 +02:00
xmllite.spec xmllite: Implement CreateXmlWriterOutputWithEncodingName(). 2014-03-21 11:17:51 +01:00
xmllite_main.c
xmllite_private.h xmllite/writer: Initial support for starting a document. 2014-05-15 19:05:00 +02:00