OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: <itemizedlist><variablelist><funcsynopsis>


When I use the following markup:

<itemizedlist>
  <listitem>
    <variablelist>
      <varlistentry>
        <term>
          <funcsynopsis>
            <funcprototype>
              <funcdef>
                int
                <function>xf86GetVerbosity</function>
              </funcdef>
              <void />
            </funcprototype>
          </funcsynopsis>
        </term>
        <listitem>
          <simpara>which returns the value of
            <varname>xf86Verbose</varname>
          </simpara>
        </listitem>
      </varlistentry>
    </variablelist>
  </listitem>
  <listitem>
    <variablelist>
      <varlistentry>
        <term>
          <funcsynopsis>
            <funcprototype>
              <funcdef>
                int
                <function>xf86GetDepth</function>
              </funcdef>
              <void />
            </funcprototype>
          </funcsynopsis>
        </term>
         <listitem>
           <simpara>which returns the               
<parameter>-depth</parameter> command line 
             If not set on the command line, <constant>-1</constant>
             is returned.
           </simpara>
        </listitem>
      </varlistentry>
    </variablelist>
  </listitem>
</itemizedlist>

This yields something similar to this:

int xf86GetVerbosity():
(circle)
     which returns the value of xf86Verbose

I think the stylesheets cannot cope with the level of nesting of the
funcsynopsis.

Can anyone else replicate the problem.

I am using the latest xsltproc/4.2 dtd/1.62.4 xsl-stylesheets

Thanks.

John

PS:  Hopefully, the word-wrap won't mangle the example too bad. 





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]