Home › Forums › DITA and XMetaL Discussion › Help with DITA-OT › Reply To: Help with DITA-OT
Reply to: Help with DITA-OT
December 17, 2010 at 4:15 pmyour code above may work but since you are overriding the default processing with a simple for loop you may run into unintended consequences. If you look at the topic/li template mentioned above its also flagging the output based on your ditaval and preforming some rev attribute flagging if needed. It also calls commonattributes and setidaname. if you ever try and use a xref to a li now it will likely not work because the id attribute was not applied. Essentially any attribute on the choice tagĀ will no longer work properly.