[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: [BUG REPORT] WML 1.7.4, Redhat 6.0



On Tue, 19 Oct 1999 hortiz@neurobio.upr.clu.edu wrote:

> BUG REPORT
> 
> Package: WML 1.7.4
> Operating System: Redhat 6.0
> 
> Problem Description:
> | xtables can't nest

Indeed. I'll provide a patch this WE. Meanwhile you can replace inner
xtable tags by wwwtable, like
<xtable>
   <wwwtable>
   </wwwtable>
</xtable>
This is a workaround, not a recommandation!

About the caption problem, it is really strange because examples in
documentation don't work as expected. The patch below fix this.

Thanx for these reports.


--- wwwtable.orig   Fri Oct 22 13:20:47 1999
+++ wwwtable        Fri Oct 22 13:21:40 1999
@@ -311,7 +311,7 @@
     $initial_text =~ s/^[\n\s]*//;
     $initial_text =~ s/[\n\s]*$//;
 
-    print "$indent$initial_text" if length("$initial_text");
+    $table .= "$indent$initial_text" if length("$initial_text");
 
     for ($row = 1; $row <= $max_row; $row++){
 
-- 
Denis Barbier
WML Maintainer

______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com