Madlik Monika wrote: > I programmed a macro, which inserts the inline-style ?bold? to a > selected word. Now I?d like to write another macro, with which a user is > able to delete such an inline-style (so the macro has to remove tags in > the xml-file). Is this possible?
For the opposite operation, there is no need to write a macro. Command "convert" with parameter "[implicitElement] #text" will do the job. See http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch06s07.html

