> As a newbie-ish user of Vim, i need to able to cut and paste
> between xml files. A lot of what i do is to either replace an
> entire xml element, and its contents, with another same named
> xml element OR replace just the CONTENTS of a specific xml
> element with the content of another xml element. Is there a
> way to easily select either an entire xml element or just the
> contents of a given element?

You may want to investigate the "t"ag text objects:

   vit
   dat

You can read about them at

   :help it
   :help at
   :help text-objects


Hope this helps,

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to