Vitaly Harisov wrote: > > Can I write macro which will convert selected text to element: > > <link> > <text> > #selected text# > </text> > <url> > http:// > </url> > </link>
Yes, you can do that: use XPath variable "selectedChars" to write an XPath-based macro-command. See http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch02s09.html

