t a wrote: > > If I search for multiple elements that contain common > partial text 'abc', when the first element is found > and highlighted by the red box, how do I navigate to > the second, third, etc., element that also contains > 'abc'? >
Using the Search Tool, please use Ctrl-G. See "Find Next" in http://www.xmlmind.com/xmleditor/_distrib/doc/help/searchMenu.html Using the "Find Element" dialog box, please use Ctrl-A (*A* like *A*gain: means repeat last executed repeatable command). This tip is displayed at the bottom of the dialog box and is also mentioned in the online help: http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.command.XPathSearchDialog.html If, after finding an element this way, you execute a command on it (e.g. transform the found element to something else), the Ctrl-A trick will no longer work because it would attempt to repeat the transformation (and not the search). In such case, please use Ctrl+Shift-A to display the history of last executed repeatable commands and press F1, F2, F3, etc, to repeat "Find Element". See "Command History" in http://www.xmlmind.com/xmleditor/_distrib/doc/help/editMenu.html

