Home › Forums › DITA and XMetaL Discussion › Insertion of @type attributes when loading maps › Reply To: Insertion of @type attributes when loading maps
Reply to: Insertion of @type attributes when loading maps
April 10, 2013 at 2:50 pmUpdate: I dug around and found the code that inserts these attributes and managed to override it with a macro in my XMetaLAuthorStartup folder:
[code]
}
]]>
[/code]
So, a couple of follow up questions:
– Are there any ramifications to removing @type attribute insertion entirely? I see what I need to change to instead have my specialized topic type inserted. Should I do that instead?
– Are there any issues with my general approach of using a startup macro to override this functionality?