Hello everyone,
I have a rather little problem with moving a part of document, I'm editing, to
an external file, for inserting it next back as reference.
I'm starting to edit a DocBook document, let say <book> with <chapters>. I
give my chapter a <title> value, an @id attribute value, and other content.
Finally I'd like to have this chapter saved as an independent file. I create
a new file based on chapter template, cut the original <chapter> from <book>
and try to paste it into this new file. And I cannot. So I do the job in a
few steps:
1) copy and paste the title,
2) copy and paste @id attribute,
3) copy and paste the rest of the content.
The rest (saving, copying as reference, pasting) is easy and well known. But
what am I doing wrong, that I can't move a <chapter> to a newly created
<chapter> own file?
Any suggestions, please,
Robert