On Wed, 14 Apr 1999, Thomas Lockhart wrote:
> > > page 165
> > > Class.forName(postgresql.Driver);
> > > to
> > > Class.forName("postgresql.Driver");
> > > etc,
> > > I'm not sure why the quotes have disappeared.
> > Looks like the are lost in the sgml.
>
> Hmm. Looks like they were replaced with <literal> tags, which is not
> the same thing. How many of these are there? How should we get this
> fixed up? The right way is probably to mark up with
> <quote><literal>...</literal></quote>
> but one could just put in the double quote character instead of the
> <quote>.
>
> Should I make a stab at changing the markup, or does someone who knows
> more about Java want to do it? The relevant file is
> doc/src/sgml/jdbc.sgml.
I'll take a look at it tonight, and commit the changes from here.
Peter
-- Peter T Mount peter@retep.org.uk Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf