Next in thread → Next in month →

Re: DOCBOOK: Split documents using psgml

From
Bob McIlvride <>
Date
2000-09-22T12:02:00+00:00
ID
Thread
Re: DOCBOOK: Split documents using psgml
In this situation, we usually keep the 


>     <sect1>
>     <title>This is Section 1</title>
 and
>     </sect1>

markup in the file (sect1.sgml) itself.  It makes each file more
self-contained, easier to read, and as you are discovering, easier to
insert new elements in Emacs PSGML mode.  If you need to keep track of
things in the master document, you can alwyays add a comment line, like
this:

<!-- This is Section 1-->
&sect1-file;

---
Bob
Next in thread → Next in month →