Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 1996 09:40:02 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        Adam David <adam@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org
Subject:   Re: cvs commit:  src/share/sgml/transpec html.sdata
Message-ID:  <Pine.BSI.3.95.960915093105.9477A-100000@fallout.campusview.indiana.edu>
In-Reply-To: <199609150331.UAA26211@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Sep 1996, Adam David wrote:

> adam        96/09/14 20:31:30
> 
>   Modified:    share/sgml/transpec  html.sdata
>   Log:
>   &rsqb; --> ]

...which reminds me...

under the old conversion scheme, there were a bunch of `normal'
characters, like [, ], $, \ and a few others, that you had to use
entity references for in the SGML source.

This has been fixed!  Now, the only ones you should ever have to
use are &amp; for & and &lt; for <. 

The one outstanding exception is if you have a construction such
as this ${foo} in an attribute in which case you should use
&dollar;{foo}.  This only occurs once in the handbook so it
shouldn't be too big of a deal and hopefully I'll get some time
to fix the bug soon.

-john

== jfieber@indiana.edu ===========================================
== http://fallout.campusview.indiana.edu/~jfieber ================




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.960915093105.9477A-100000>