=================================================================== RCS file: /cvs/docbook2mdoc/node.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- docbook2mdoc/node.c 2019/04/14 22:37:56 1.18 +++ docbook2mdoc/node.c 2019/04/15 00:34:15 1.19 @@ -1,4 +1,4 @@ -/* $Id: node.c,v 1.18 2019/04/14 22:37:56 schwarze Exp $ */ +/* $Id: node.c,v 1.19 2019/04/15 00:34:15 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -93,6 +93,7 @@ static const struct nodeprop properties[] = { { "mml:msup", CLASS_LINE }, { "modifier", CLASS_LINE }, { "note", CLASS_BLOCK }, + { "olink", CLASS_ENCL }, { "option", CLASS_LINE }, { "orderedlist", CLASS_BLOCK }, { "para", CLASS_BLOCK }, @@ -160,11 +161,14 @@ static const char *const attrkeys[ATTRKEY__MAX] = { "href", "id", "linkend", + "localinfo", "NAME", "open", "PUBLIC", "rep", "SYSTEM", + "targetdoc", + "targetptr", "url", "xlink:href" };