Mike M wrote: > I often run into this situation, and I am looking for the fastest way to > accomplish this task. > I have a section containing several para or other tags. I then want to move > part of the contents of this section into a lower level section. > > Example. I have this: > section > para > para > para > para > > And I want to convert it to this: > > section > > para > section > para > > para > > para > > Intuitively, I would like to select the last 3 para's and wrap then in a > section. But XML-mind will not let me select the 3 para's. > So what is the recommended way to perform this task?
This looks like DocBook (or Simplified DocBook). If this is the case, here's what to do: [1] Explicitly select second para. [2] Use menu item DocBook|Demote. This feature is documented here: http://www.xmlmind.com/xmleditor/_distrib/doc/docbook/docbook_menu.html If you are not taking about DocBook, an ad-hoc macro should do the job. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/index.html

