dita-ot / org.dita.troff

DITA-OT plugin to troff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The syntaxdiagram elements are not handled

DunaMariusCosmin opened this issue · comments

I have a DITA document that contains a "syntaxdiagram" element with some "groupchoice" elements:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="Untitled">
    <title>Sample Document</title>
    <body>
        <p>Test</p>
        <syntaxdiagram>
            <groupchoice> <var>input-filename</var> <kwd>*INFILE</kwd></groupchoice>
            <groupchoice> <var>output-filename</var> <kwd>*OUTFILE</kwd></groupchoice>
        </syntaxdiagram>
    </body>
</topic>

When I publish it to troff, these elements are ignored.