bug-texinfo
[Top][All Lists]
Advanced

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

Re: makeinfo 4.3 xml and < in example


From: Karl Berry
Subject: Re: makeinfo 4.3 xml and < in example
Date: Tue, 26 Nov 2002 16:46:53 -0500

       <example>for (i = 0; i <para>&lt; 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 <address@hidden>
To: address@hidden
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>&lt; 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]