This is the mail archive of the docbook-tools-discuss@sourceware.cygnus.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Creating parent/child documents in the psgml mode of Emacs


Hi,
does anyone have an example of using the sgml-parent-document variable
in psgml to create a parent child relationship between documents ? (i.e.
each chapter of a book being a seperate child document.)  I seem to get
the parent document setup properly using the following structure

<!DOCTYPE book PUBLIC "-//Davenport//DTD DocBook V3.0//EN"
[
<!ENTITY SettingUpEnvironment SYSTEM "settingupenvironment.sgml">
]>
<book>
   ...
  <part>
    <title>Getting Started</title>
    <!-- one of (appendix chapter toc lot index glossary bibliography
article preface refentry reference) -->
    &SettingUpEnvironment;
  </part>
</book>

however in the settingupenvironment.sgml file I get psgml errors.  If
anyone has some example code I would be very grateful.

best regards,
   Thomas Morris.
begin:vcard 
n:Morris;Thomas
tel;cell:+49 177 285 7370
tel;fax:+49 631 350 4738
tel;home:+49 631 350 4736
tel;work:+49 631 350 4736
x-mozilla-html:FALSE
url:http://sites.netscape.net/t2morris
adr:;;;;;;
version:2.1
email;internet:t2morris@netscape.net
x-mozilla-cpt:;0
fn:Thomas Morris
end:vcard

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]