<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/html2fo/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/html2fo/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Aug 2005 13:14:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/html2fo/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Check return codes everywhere</title><link>https://sourceforge.net/p/html2fo/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some checks for return codes are missing.&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
Please add more error handling for null pointers from&lt;br /&gt;
"malloc" in almost all functions.&lt;br /&gt;
&lt;a href="http://cvs.sourceforge.net/viewcvs.py/html2fo/html2fo/main.c?rev=1.24&amp;amp;view=markup"&gt;http://cvs.sourceforge.net/viewcvs.py/html2fo/html2fo/main.c?rev=1.24&amp;amp;view=markup&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Elfring</dc:creator><pubDate>Sat, 27 Aug 2005 13:14:03 -0000</pubDate><guid>https://sourceforge.net2b42addcedea094fcf3009e553d51961cc752d50</guid></item><item><title>Missing tag: span</title><link>https://sourceforge.net/p/html2fo/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Missing tag: span&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Feb 2005 16:27:37 -0000</pubDate><guid>https://sourceforge.netf87848a683a3a263c0520be85f4ab465fd3ee588</guid></item><item><title>Does not retain user widths</title><link>https://sourceforge.net/p/html2fo/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Converts all user-defined widths to centimeters and&lt;br /&gt;
points, as near as I can tell.  It should completely&lt;br /&gt;
retain any W3-defined unit.  It's conversion to&lt;br /&gt;
centimeters is also inaccurate and results in page&lt;br /&gt;
display errors (columns too wide for table, etc.).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Feb 2005 16:26:15 -0000</pubDate><guid>https://sourceforge.netbe15fb5ddbc9ce672ad32270f89576cc235e21ed</guid></item><item><title>Ignores style elements</title><link>https://sourceforge.net/p/html2fo/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As far as I can tell, the program ignores almost all&lt;br /&gt;
style elements, such as width, height, border, etc.  It&lt;br /&gt;
seems like it only handles basic font styles and&lt;br /&gt;
possibly margins and floating elements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 22 Feb 2005 16:22:38 -0000</pubDate><guid>https://sourceforge.netcb70753f14f6fe7d09721589154a5cd3b944babf</guid></item><item><title>Junk is appended after &lt;/fo:root&gt; </title><link>https://sourceforge.net/p/html2fo/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The .fo generated by the tool when called from&lt;br /&gt;
ASP.Net is appended with "\ASPNET\LO" or the Machine &lt;br /&gt;
name at the end of the file.&lt;/p&gt;
&lt;p&gt;But the files generated through Command prompt &lt;br /&gt;
doesnot have this.&lt;/p&gt;
&lt;p&gt;Manju&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
&amp;lt;fo:block space-before.optimum="1.5pt" space-&lt;br /&gt;
after.optimum="1.5pt" keep-together="always" &lt;br /&gt;
id="LastPage" line-height="1pt" font-&lt;br /&gt;
size="1pt"&amp;gt;&amp;lt;/fo:block&amp;gt;&amp;lt;/fo:block&amp;gt;&amp;lt;/fo:flow&amp;gt;&amp;lt;/fo:page-&lt;br /&gt;
sequence&amp;gt;&amp;lt;/fo:root&amp;gt;\ASPNET\LO&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manjunatha</dc:creator><pubDate>Thu, 16 Dec 2004 08:04:06 -0000</pubDate><guid>https://sourceforge.net48a241c3bbae4a33ee92c155bb9ff253ef6e10ba</guid></item><item><title>garbage is written after &lt;/fo:root&gt;</title><link>https://sourceforge.net/p/html2fo/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;L.S.&lt;/p&gt;
&lt;p&gt;With a big HTML table I get &lt;/p&gt;
&lt;p&gt;&amp;lt;/fo:page-sequence&amp;gt;&amp;lt;/fo:root&amp;gt;&lt;br /&gt;
height="20"&amp;gt; &lt;/p&gt;
&lt;p&gt;at the end. The  height="20"&amp;gt; part is NOT correct. &lt;/p&gt;
&lt;p&gt;[Fatal Error] test.fo:3475:1: Content is not allowed in &lt;br /&gt;
trailing section.&lt;br /&gt;
[ERROR] Content is not allowed in trailing section.&lt;/p&gt;
&lt;p&gt;The breaking point is table row 435 (line 1333-1335 in &lt;br /&gt;
html file). With this row I get the error. When I remove &lt;br /&gt;
these 3 lines from the input file, it works fine. I do not &lt;br /&gt;
see anything special about this line. The file was &lt;br /&gt;
generated from XML/XSL.&lt;/p&gt;
&lt;p&gt;When I remove all rows except this table row, then it &lt;br /&gt;
works fine, so the problem is not in the row itself. But &lt;br /&gt;
when I add a lot of rows to the table it goes wrong &lt;br /&gt;
again. There is data written after the &amp;lt;/fo:root&amp;gt; closing &lt;br /&gt;
tag. &lt;/p&gt;
&lt;p&gt;A buffer that is not cleaned properly?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
janssen431@zonnet.nl&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 28 Mar 2004 12:43:08 -0000</pubDate><guid>https://sourceforge.net1e0d3ae8777dac827eddd67e033058b5212588c7</guid></item><item><title>a href=&amp;quot;#&amp;quot;</title><link>https://sourceforge.net/p/html2fo/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi&lt;br /&gt;
when html has this tag : &amp;amp;lt;a href=&amp;amp;quot;#&amp;amp;quot;&amp;amp;gt;, program create &lt;br /&gt;
&amp;amp;lt;fo:basic-link color=&amp;amp;quot;#0000ff&amp;amp;quot; text-&lt;br /&gt;
decoration=&amp;amp;quot;underline&amp;amp;quot; internal-destination=&amp;amp;quot;&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;Internal-destination=&amp;amp;quot;&amp;amp;quot;, and FOP say &amp;amp;quot;internal-&lt;br /&gt;
destination or external-destination must be specified in &lt;br /&gt;
basic-link&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;if I change value : Internal-destination=&amp;amp;quot;#&amp;amp;quot;, its work &lt;br /&gt;
right.&lt;/p&gt;
&lt;p&gt;Greetings&lt;br /&gt;
Ales Muchin&lt;br /&gt;
amuchin@exorigo.pl&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 21 Nov 2003 12:37:19 -0000</pubDate><guid>https://sourceforge.netdc7dd1b5ca3553c6677044a84478b324082f9364</guid></item><item><title>Strange text appended after root in conversion</title><link>https://sourceforge.net/p/html2fo/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using html2fo to convert many html files to fo.  For &lt;br /&gt;
most of the html files, proper xsl fo is created.  However, &lt;br /&gt;
there is one file in particular for which the xsl fo that is &lt;br /&gt;
generated is malformed.  For some reason, the &lt;br /&gt;
generated file has proper formatting except for at the &lt;br /&gt;
very end, where part of a font tag is appeneded after the &lt;br /&gt;
root.  I have tried converting the problem html file to &lt;br /&gt;
xhtml, and also validated the xhtml with several &lt;br /&gt;
validators.  The html that causes the bug is perfectly &lt;br /&gt;
correct!  I am including the html file in hopes that you &lt;br /&gt;
may be able to fix what is causing this error!  Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 31 Jan 2003 15:25:58 -0000</pubDate><guid>https://sourceforge.netafbeda71cb547c850a1f88e32faef0f9a01515d6</guid></item><item><title>Segementation Fault on IBM and SGI Box </title><link>https://sourceforge.net/p/html2fo/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using html2fo for converting the html to XSL FO and &lt;br /&gt;
then using FOP to convert XSL FO to a PDF &lt;br /&gt;
document.It is  working fine on Windows and Solaris.&lt;br /&gt;
As I am runing my applcaition on Unix on IBM box &lt;br /&gt;
which is  having AIX Compiler, Version 5 and unix on &lt;br /&gt;
SGI box which is  having MIPSpro Compilers: Version &lt;br /&gt;
7.3.1.2m. I couldn't get html2fo for IBM and SGI box &lt;br /&gt;
from  &lt;a href="http://sourceforge.net"&gt;http://sourceforge.net&lt;/a&gt;,that's why I tried to build &lt;br /&gt;
html2fo from  the source code provided on &lt;br /&gt;
&lt;a href="http://sourceforge.net."&gt;http://sourceforge.net.&lt;/a&gt; It went fine on SGI and IBM box &lt;br /&gt;
with some warnings,but when I am  runing html2fo with &lt;br /&gt;
arguments ,it is giving the segementation fault error.&lt;br /&gt;
Any help on this will be higly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Ajay&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ajay Verma</dc:creator><pubDate>Mon, 21 Oct 2002 13:07:56 -0000</pubDate><guid>https://sourceforge.net70ac053225be5b931a1ff5d4df89598657b698c9</guid></item><item><title>text will be ignored</title><link>https://sourceforge.net/p/html2fo/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This html code:&lt;br /&gt;
&amp;amp;lt;p&amp;amp;gt;&amp;amp;lt;P&amp;amp;gt;&amp;amp;lt;B&amp;amp;gt;titel&amp;amp;lt;BR&amp;amp;gt;&amp;amp;lt;/B&amp;amp;gt;text1&amp;amp;lt;/P&amp;amp;gt;&amp;amp;lt;P&amp;amp;gt;text2&lt;br /&gt;
results in:&lt;br /&gt;
titel&lt;br /&gt;
text2&lt;br /&gt;
in the fo.&lt;br /&gt;
text1 will be ignored&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 22 Jul 2002 15:21:04 -0000</pubDate><guid>https://sourceforge.netd4cb38ed074d2f43173e19bcd8a7972e7391826c</guid></item></channel></rss>