# HG changeset patch # User František Kučera # Date 1546709894 -3600 # Node ID b8274181b061601bd45a03b20dccf597d1445839 # Parent 261754581b2d7995a79c19ae92c3c9e4c41972ab add XML namespace based on the Tag URI scheme (RFC 4151): xmlns="tag:globalcode.info,2018:relpipe" diff -r 261754581b2d -r b8274181b061 src/XmlHandler.h --- a/src/XmlHandler.h Thu Dec 20 00:26:00 2018 +0100 +++ b/src/XmlHandler.h Sat Jan 05 18:38:14 2019 +0100 @@ -87,7 +87,7 @@ if (relationCount == 0) { output << "" << std::endl; - output << "" << std::endl; + output << "" << std::endl; // TODO: xmlns } else { output << INDENT << INDENT << "" << std::endl;