> >
> > Also note, that the choosen xml tags from docbook might not be optimal
> > (missused? some refentry/refsect tags for the servers).
>
[...]

>
> Also if you have a different part, there should be no problem with using
> standard subsections <sect1> ...  <sect2> ... <sect3> etc. What is the
> problem with that?

I don't like the rendering ;-) but I miss some knowlegde, and this is probably 
just an issue for xsl-sheets/DSSSL-sheets.

AFAIK: Possible structure elements can be sect[x] or nested sections.
But with multiple sect[x] or sections only a toc for the first level is 
generated. But I found the idea nice to have a toc for supported servers with 
a title (servers on windows).  And for the second level there is no toc and 
therefore I missused the refentry tags. Looks like
<chapter>
<sect1>
<title> Servers on Windows</title>
  &servers.xml contains the list of servers, for ex  &apache.xml:
 <refentry id="apache.windows">
   <refnamediv>
    <refname>Apache 1.3.x</refname>
    <refpurpose>PHP and Apache 1.3.x on Windows</refpurpose>
   </refnamediv>
   and so on for the other servers.

Of course it's no prob to use only sect[x] or sections, but then the second 
level toc has gone ;-)

At the time of writing I doubt I can express myself in an understandable way, 
but I hope at least somebody can follow my weird explanations;-)

Friedhelm




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to