Skip to content
Snippets Groups Projects
Commit 5f372f9e authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Add id field to chapter and book tags to allow output file names

 to be meaningful.
parent 18baa27d
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -18,7 +18,7 @@
<!entity biblio SYSTEM "biblio.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book Id="admin">
<!-- Title information -->
......
<Chapter>
<Chapter Id="advanced">
<Title>Advanced <ProductName>Postgres</ProductName> <Acronym>SQL</Acronym> Features</Title>
<Para>
......
<Chapter>
<Chapter Id="arrays">
<Title>Arrays</Title>
<Para>
......
<Chapter>
<Chapter Id="compiler">
<DocInfo>
<AuthorGroup>
<Author>
......
<Chapter>
<Chapter Id="datatype">
<Title>Data Types</Title>
<Abstract>
......
<Chapter>
<Chapter Id="dfunc">
<Title>Linking Dynamically-Loaded Functions</Title>
<Para>
......
<Chapter>
<Chapter Id="ecpg">
<DocInfo>
<AuthorGroup>
<Author>
......
<Chapter>
<Chapter Id="environ">
<Title>Setting Up Your Environment</Title>
<Para>
......
<Chapter>
<Chapter Id="extend">
<Title>Extending <Acronym>SQL</Acronym>: An Overview</Title>
<Para>
......
<Chapter>
<Chapter Id="func-ref">
<Title>Functions</Title>
<Abstract>
......
<Chapter>
<Chapter Id="gist">
<DocInfo>
<AuthorGroup>
<Author>
......
<Chapter>
<Chapter Id="inherit">
<Title>Inheritance</Title>
<Para>
......
<Chapter>
<Chapter Id="install">
<Title>Installation</Title>
<Abstract>
......
<Chapter>
<Chapter Id="jdbc">
<Title>JDBC Interface</Title>
<Para>
......
<Chapter>
<Chapter Id="libpq">
<Title><FileName>libpq</FileName></Title>
<Para>
......
<Chapter>
<Chapter Id="largeObjects">
<Title>Large Objects</Title>
<Para>
......
<Chapter>
<Chapter Id="manage">
<Title>Managing a Database</Title>
<Para>
......
<Chapter>
<Chapter Id="odbc">
<DocInfo>
<AuthorGroup>
<Author>
......
<Chapter>
<Chapter Id="pgaccess">
<Title><Command>pgaccess</Command></Title>
<Para>
......
......@@ -59,7 +59,7 @@
<!entity contacts SYSTEM "contacts.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book Id="programmer">
<!-- Title information -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment