Home › Forums › XMetaL Tips and Tricks › Script Example: Convert DITA table to simpletable › Reply To: Script Example: Convert DITA table to simpletable
Reply to: Script Example: Convert DITA table to simpletable
September 23, 2009 at 12:15 amNote: I've looked more closely at the XSLT now and see a reference to an attribute called “newwindow”. I assume this is something specific to Severin's environment (original source of the XSLT) as there is no such attribute officially in DITA that I am aware of.
That portion of the XSLT is basically telling it to copy all attributes except some specific ones (newwindow, frame, domains, class, and DITAArchVersion), so it shouldn't hurt anything. I won't bother making modifications though. Just pointing it out in case you are wondering. If this is a concern you should test for that and make mods as necessary if you find it is mucking stuff up.