Egon Schmid wrote:

> The second line is correct. This means something goes wrong with the
> dsl files or with different versions of DocBook.



just have a look at the source and you will see the difference
causing this behaviour

english version

     <funcsynopsis>
      <funcprototype>
       <funcdef>string <function>mysql_error</function></funcdef>
       <paramdef>resource
        <parameter>
         <optional>link_identifier</optional>
        </parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>

german version
     <funcsynopsis>
      <funcprototype>
       <funcdef>string <function>mysql_error</function></funcdef>
       <paramdef>int 
<parameter><optional>Verbindungs-Kennung</optional></parameter></paramdef>
      </funcprototype>
     </funcsynopsis>

has ever been this way since i did the original dsssl addition
i have already noticed some time ago that multiline <paramdef>s
confuse my code, but as it is going to be obsolete with DocBook4
anyway i'm not going to rewrite it again

the DSSSL code in the DocBook4 branch already does it right in
combination with the switch from <funcsynopsis> to <methodsynopsis>

PS: what is the relation between <para role="seealso">
     and rendering of prototypes? i just don't get it?


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77



Reply via email to