=================================================================== RCS file: /cvs/docbook2mdoc/node.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- docbook2mdoc/node.c 2019/04/14 21:11:04 1.17 +++ docbook2mdoc/node.c 2019/04/14 22:37:56 1.18 @@ -1,4 +1,4 @@ -/* $Id: node.c,v 1.17 2019/04/14 21:11:04 schwarze Exp $ */ +/* $Id: node.c,v 1.18 2019/04/14 22:37:56 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -66,6 +66,7 @@ static const struct nodeprop properties[] = { { "function", CLASS_LINE }, { "glossterm", CLASS_LINE }, { "group", CLASS_ENCL }, + { "imagedata", CLASS_TEXT }, { "xi:include", CLASS_VOID }, { "index", CLASS_TRANS }, { "info", CLASS_TRANS }, @@ -154,6 +155,8 @@ static const char *const attrkeys[ATTRKEY__MAX] = { "cols", "DEFINITION", "endterm", + "entityref", + "fileref", "href", "id", "linkend",