Re: sgml cleanup: unescaped '>' characters

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: sgml cleanup: unescaped '>' characters
Дата
Msg-id 201109012131.p81LVfW09259@momjian.us
обсуждение исходный текст
Ответ на Re: sgml cleanup: unescaped '>' characters  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: sgml cleanup: unescaped '>' characters  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-docs
Peter Eisentraut wrote:
> On tor, 2011-09-01 at 14:17 -0400, Bruce Momjian wrote:
> > > That still leaves open why we bother about escaping <.
> >
> > The problem is that I often add SGML that has:
> >
> >         if (1 < 0) ...
> >
> > I need something to warn me about those, especially in the release
> > notes.
>
> Why do you need to be warned about that?

If I have:

    if (1 < fred)

it will think "fred" is a SGML tag, no?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

В списке pgsql-docs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: sgml cleanup: unescaped '>' characters
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: sgml cleanup: unescaped '>' characters