<example>for (i = 0; i <para>< 123; i++)
</para></example>
Thanks for the report. That definitely looks wrong. Philippe, will you
have time to check into this?
Date: Wed, 27 Nov 2002 07:29:11 +1000
From: Kevin Ryde <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: makeinfo 4.3 xml and < in example
In texinfo 4.3 (or the current cvs) built on a recent debian i386 I
noticed the foo.texi below processed with
makeinfo --xml foo.texi
produces
<example>for (i = 0; i <para>< 123; i++)
</para></example>
I don't pretend to know anything about xml, so perhaps I should keep
my mouth shut, but the positioning of <para> </para> seemed a bit
suspicious, and different to what makeinfo 4.2 gave.
Perhaps it's related to `<' (and `>') in an @example. It doesn't seem
to occur if those characters are not used.
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename foo.info
@comment %**end of header
@node Top, , (dir), (dir)
@top FOO
@example
for (i = 0; i < 123; i++)
@end example
@bye
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo