]> mj.ucw.cz Git - libucw.git/commit
XML: Implementation of XML namespaces
authorMartin Mares <mj@ucw.cz>
Thu, 12 Feb 2015 22:12:03 +0000 (23:12 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 12 Feb 2015 22:12:03 +0000 (23:12 +0100)
commitcdfd7b57bf6a48708ea5e490a0b5f61d387fb41a
treeaf6db37f997d87f7dd00cc14298cee15b74c22cb
parent254d3b8291246adb2dbcae5c13bed3928f71c986
XML: Implementation of XML namespaces

The basic logic of namespaces and qualified names works,
but unfortunately the attribute data structures are broken.
ucw-xml/Makefile
ucw-xml/common.c
ucw-xml/internals.h
ucw-xml/ns.c [new file with mode: 0644]
ucw-xml/parse.c
ucw-xml/xml-test.c
ucw-xml/xml.h