doc/share/sgml
Dima Dorfman c99472149c The problem is with nested links; quite frankly, they don't work.
This isn't normally an issue because no one in their right mind will
stick a <link> inside another <link>.  However, we have entities which
create links, such as &man.*;, &a.*;, etc.  It's nice to be able to
use these inside links.  To deal with this..

Introduce a create-link procedure which will be used to replace (make
element gi: "A" ...) constructs.  This procedure creates a link as
specified only if the can-link-here procecure (described below)
returns #t.  If the latter returns #f, it will print the link text
without the link.

The (also new) can-link-here procedure returns #t if it determines
that it's okay to make a link in the current context, and #f
otherwise.  Currently, it does its check by figuring out whether the
current context is within a <title> or <question> tag.  This is not
ideal because it doesn't catch all cases, but it's a lot better than
nothing.  As the other cases are discovered, this procedure can be
modified.
2001-06-02 23:02:13 +00:00
..
catalog Add an FPI for the FreeBSD/DocBook 4.1 DTD. 2001-02-20 19:10:47 +00:00
default.dsl a) "Fix" out-of-tree builds by not hard-coding locations of dsl files 2000-09-28 23:29:48 +00:00
freebsd.dsl The problem is with nested links; quite frankly, they don't work. 2001-06-02 23:02:13 +00:00
freebsd.dtd Add "bdquo", which is supposed to be used in German texts. 2001-01-06 18:26:11 +00:00
freebsd41.dtd Introduce a <groupname> tag similar to <username>. I don't forsee it 2001-05-22 03:32:17 +00:00
man-refs.ent Add entry for new lge(4) driver. 2001-06-01 15:21:17 +00:00