[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Bug report
- From: nospam@thanx
- Date: Wed, 27 Jun 2001 12:22:21 +0200
From: Alvise Belotti
Reply-To: alvise@lettere.unipd.it
PROBLEM DESCRIPTION:
I'm experienced a problem with the include statement in xtable.
This snippet of code produce an error
<xtable border="3" width="100%">
(1,1)
<!-- Navigation bar -->
<br>
<navbar:render name=laventa select=$(area)>
<br>
<!-- Fine della Navigation bar -->
(2,1)
<div align="center">
<!--Tabella delle immagini laterali -->
#include "$(WML_SRC_BASENAME).inc"
<!-- Fine tabella immagini laterali -->
</div>
</xtable>
This appear only when i tried to use the #include inside <xtable>; if i
commented out the include part, all went ok.
with 2.0.6 (Debian testing) the compilation abort at this point:
/usr/bin/wml -n -v1 '-o(ALL-LANG_*)+LANG_EN:../www.laventa/en/test.html'
'-o(ALL-LANG_*)+LANG_ES:../www.laventa/es/test.html'
'-o(ALL-LANG_*)+LANG_IT:../www.laventa/it/test.html' test.wml
ePerl:Error: Perl parsing error (interpreter rc=255)
---- Contents of STDERR channel: ---------
Can't find string terminator "EPERL_EOT" anywhere before EOF at
./tmpl/main-mio.wml line 522.
------------------------------------------
** WML:Break: Error in Pass 3 (rc=74).
** WMk:Break: Error in WML (rc=256)
with 1.7.4. (Debian stable), the compilation end up, but the contents of the
html file is:
__XTABLE__EOT
;
print FP "<\/\wwwtable>\n";
close(FP);
open(FP, "/usr/lib/wml/exec/wml_aux_wwwtable -w $tmpfile|");
local ($/) = undef;
print <FP>;
close(FP);
unlink("$tmpfile");
}
:>
__XTABLE__EOT
;
print FP "<\/\wwwtable>\n";
close(FP);
open(FP, "/usr/lib/wml/exec/wml_aux_wwwtable -w $tmpfile|");
local ($/) = undef;
print <FP>;
close(FP);
unlink("$tmpfile");
}
:>
ciao,
Alvise
--
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-%
% Alvise Belotti E-Mail: alvise@lettere.unipd.it Tel: +39(0)49 8274696 %
% PGP Key fingerprint = AD 85 93 92 A9 9C 93 14 9C 6B 3B 15 52 79 B8 BD %
%-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-%
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com