Nested indexterm display in WebHelp Responsive
Posted: Fri Mar 15, 2024 12:50 pm
				
				Hello there,
Oxygen XML Editor version 26.0 here.
I'm using nested <indexterm> elements as metadata in my topics, for example:
However, when I run the default WebHelp Responsive transformation scenario, I get the following result:
As you can see, instead of having the nested <indexterm> directly underneath its "parent" <indexterm>, the nested one goes into the second column.
I was expecting the following result instead, but I can't really get it to work: Kind regards,
Konrad
			Oxygen XML Editor version 26.0 here.
I'm using nested <indexterm> elements as metadata in my topics, for example:
Code: Select all
        <metadata>
            <keywords>
                <indexterm>project
                    <indexterm>structure</indexterm></indexterm>
            </keywords>
        </metadata>As you can see, instead of having the nested <indexterm> directly underneath its "parent" <indexterm>, the nested one goes into the second column.
I was expecting the following result instead, but I can't really get it to work: Kind regards,
Konrad