Re: [Etherboot-developers] sgmltools
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <Gee...@xs...> - 2003-07-20 09:19:58
|
On Sat, Jul 19, 2003 at 03:44:27PM +0200, Geert Stappers wrote: > On Sat, Jul 19, 2003 at 11:07:36PM +1000, Ken Yap wrote: > > >While playing with the documentation I noticed that some entities like > > >_ appear literally in the output. I am using > > > > > >SGMLtools-Lite version 3.0.3 > > > > > >Is this a known problem, or do I need another version of sgmltools? > > > > I'm using sgmltools-lite 3.0.2. I see what you mean by the _ in > > the sgml files. This probably is due to no definition for this entity. > > The SGML files were created by automatic conversion of the ones on 5.0 > > so it's quite possible the process is not perfect. For example there are > > still some unclosed tags. Maybe _ should be called something > > else, &underscore;? Anybody know the official name of _? > > > > underscore > > > IIRC it not a resevered character in SGML/XML, > so you can s/_/_/. > Correcting myself: IIRC it is not a resevered character in XML, so you can s/_/_/ in XML files. Geert Stappers |