Larry Hall wrote:
How does one determine what the names are for the
named sections?
They're arbitrary, just like named anchors in HTML. From a DocBook
document I maintain:
<sect1 id="unicode" xreflabel="Using Unicode with MySQL++">
<title>Using Unicode with MySQL++</title>
This generates...
<h2 class="title" style="clear: both"><a name="unicode"></a>6. Using
Unicode with MySQL++</h2>
...in the HTML version.
If you want to play with some working DocBook, download MySQL++ from
http://tangentsoft.net/mysql++/ and go into the doc/userman directory.
The README file in there should be enlightening. Type 'make' in that
directory to create the HTML version of the manual.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/