diff -r 709abeb5f6d1 -r c58c7f2d4785 src/XPathHandler.h --- a/src/XPathHandler.h Wed Dec 30 01:37:41 2020 +0100 +++ b/src/XPathHandler.h Wed Dec 30 09:58:39 2020 +0100 @@ -128,8 +128,8 @@ for (auto oa : currentRelationConfiguration->outputAttributes) currentWriterMetadata.push_back({oa.name, oa.type}); if (isAppendingInputAttributes()) copyInputAttributesToOutput(); - // TODO: prepare DOM dom.get_document()->create_root_node("relpipe-tr-xpath"); + dom.get_document()->get_root_node()->add_child("relation-name")->add_child_text(s2x(name)); resetRecordElement(); }