SGML and HTML

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: docs(at)postgresql(dot)org (PostgreSQL-documentation)
Subject: SGML and HTML
Date: 1999-03-17 21:36:21
Message-ID: 199903172136.QAA17324@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

At URL http://postgresql.nextpath.com/docs/user/operators2533.htm, we
are showing some entries like:

%gt;= Greater or equal
'192.168.1.5'::inet >= '192.168.1.5'::inet
%gt; Greater '192.168.1.5'::inet
%gt; '192.168.1.4'::inet

These should be >=, I believe. The SGML source shows:

<ENTRY> &lt;= </ENTRY>
<ENTRY>Less than or equal</ENTRY>

So somehow in the conversion, the & is being converted to %. Any ideas
why?

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 1999-03-17 21:54:30 large objects
Previous Message Eric J McKeown 1999-03-15 15:47:27 Re: [SQL] install problem