Share

DocBook

Tracker: Bugs

5 funcprototype translated wrong into html - ID: 1536744
Last Update: Comment added ( xmldoc )

Initially reported by Thorsten Kukuk at
http://bugzilla.novell.com/show_bug.cgi?id=188559 :

The attached funcsynopsis.xml file contains two
funcprotype sections from the
examples on:
http://www.docbook.org/tdg/en/html/funcsynopsis.html

If you use look at the web page, you can already see
that the first example is
rendered correct, but the second one not. You can test
it with "xsltproc
--nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
funcsynopsis.xml > funcsynopsis.html" and watching the
result with a browser:

int max(int1, int2);
int int1;
int int2;

void qsort( dataptr,
dataptr,
left,
right,
(* comp));
dataptr;
left;
right;
int (* comp) (void *, void *);

As you can see, dataptr is listed twice and most type
definitions are missing.
This happens for me with html.


Karl Eichwalder ( keichwa ) - 2006-08-08 14:55

5

Closed

Fixed

Michael(tm) Smith

XSL

output: manpages

Public


Comments ( 4 )

Date: 2006-08-22 07:38
Sender: xmldocSourceForge.net Subscriber and DonorProject Admin

Logged In: YES
user_id=118135

Working on getting a new release out soon. If you have any
other bug reports or feature requests, now's the time.


Date: 2006-08-18 13:26
Sender: keichwa

Logged In: YES
user_id=32597

Thanks, a snapshot some days ago (2006-08-16) works for me.
I'd like to see an official release some time soon.


Date: 2006-08-15 11:14
Sender: xmldocSourceForge.net Subscriber and DonorProject Admin

Logged In: YES
user_id=118135

A fix for this issue has been added to the current codebase.
Please test the fix with the latest snapshot from:

http://docbook.sourceforge.net/snapshots/



Date: 2006-08-15 11:14
Sender: xmldocSourceForge.net Subscriber and DonorProject Admin

Logged In: YES
user_id=118135

Please test with the latest snapshot. Norm checked in
changes after the 1.70.1 release, and I believe those
changes fixed this problem.


Attached File ( 1 )

Filename Description Download
funcsynopsis.xml funcsynopsis.xml Download

Changes ( 9 )

Field Old Value Date By
status_id Open 2006-08-22 07:38 xmldoc
close_date - 2006-08-22 07:38 xmldoc
resolution_id None 2006-08-22 07:38 xmldoc
close_date 2006-08-15 11:14 2006-08-18 13:26 keichwa
status_id Pending 2006-08-18 13:26 keichwa
assigned_to nobody 2006-08-15 11:14 xmldoc
status_id Open 2006-08-15 11:14 xmldoc
close_date - 2006-08-15 11:14 xmldoc
File Added 188221: funcsynopsis.xml 2006-08-08 14:55 keichwa