I recently encountered a bug with oXygen XML Editor 21.1.
While our custom framework (distributed via version control system and project file) worked perfectly in 18.1, using it in 21.1 failed due to the indentation with tabs in the author action fragment using an ask dialog
Code: Select all
<field name="argValues">
<serializableOrderedMap>
<entry>
<String>fragment</String>
<String><part xmlns="http://zimmermann-gesamtausgabe.de/ns/kb" key="${ask('message',
combobox, (
'bazga.instr.keyboard.akk':'Akkordeon';
'bazga.instr.vocal.a':'Alt';
…
'bazga.instr.miscellaneous.unbestimmtes_schlagzeug_zum_rühren_(blues)':'unbestimmtes Schlagzeug zum Rühren (Blues)'), 'default')}" /></String>
</entry>