If I select and copy an element in my document to be paste into another element, when that element is empty, I must insert something to paste over. Is there a way to paste the copied elements without first inserting something to paste over?
For example, suppose I have a description element that allows XHTML content. That description element is allowed to be empty and so when it is inserted, it will be inserted empty. Now, I want to copy some subset of the children of some other description element into that new-empty description element. Currently, I have to insert a 'p' element (or some other XHTML element) and then paste over that 'p' element. -- Alex Milowski "The excellence of grammar as a guide is proportional to the paucity of the inflexions, i.e. to the degree of analysis effected by the language considered." Bertrand Russell in a footnote of Principles of Mathematics

