public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
To: Hugo.van.der.Kooij@caiw.nl
Cc: <docbook-tools-discuss@sourceware.cygnus.com>
Subject: Re: db2html publishes bibliography on front pages
Date: Tue, 23 Jan 2001 11:11:00 -0000	[thread overview]
Message-ID: <87hf2q5bjm.fsf@nwalsh.com> (raw)
Message-ID: <20010123111100.l1NguwCBuDS8gEmZGaWwG7LMuT9Vd7VdMXBb0swsqe0@z> (raw)
In-Reply-To: <Pine.LNX.4.30.0101231914020.23019-100000@bastion.hugo.vanderkooij.org>

/ Hugo.van.der.Kooij@caiw.nl was heard to say:
| > Whoa! That's bizarre. Can you send me the SGML sources for this?
| 
| They are on my homepage as well. (It is open source documentation.)

Fixed. Here's a patch for the impatient :-)

BTW, Hugo, you've got some typos in that bibliography,
<title>...<title> where you meant <title>...</title>.

hermes:/share/dsssl/docbook/html$ cvs diff
cvs diff: Diffing .
Index: dbbibl.dsl
===================================================================
RCS file: /share/cvs/dbdsssl/html/dbbibl.dsl,v
retrieving revision 1.2
diff -r1.2 dbbibl.dsl
59a60,70
> (element (article bibliography)
>   (let ((title         (element-title-sosofo (current-node)))
> 	(body          (make sequence
> 			 (make element gi: "A"
> 			       attributes: (list (list "NAME" (element-id)))
> 			       (empty-sosofo))
> 			 ($component-separator$)
> 			 ($component-title$)
> 			 (bibliography-content))))
>     (html-document title body)))
> 
Index: dbchunk.dsl
===================================================================
RCS file: /share/cvs/dbdsssl/html/dbchunk.dsl,v
retrieving revision 1.2
diff -r1.2 dbchunk.dsl
70c70
<   ;;    occur in book.
---
>   ;;    occur in book or article.
75c75,76
< 			    (not (equal? (gi (parent nd)) (normalize "book"))))
---
> 			    (not (or (equal? (gi (parent nd)) (normalize "book"))
> 				     (equal? (gi (parent nd)) (normalize "article")))))


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Perhaps, but let's not get bogged down
http://nwalsh.com/            | in semantics.--Homer J. Simpson, BABF07

  parent reply	other threads:[~2001-01-23 11:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-19 22:49 Alex Birkett
2001-01-21  3:58 ` Alex Birkett
2001-12-19 22:49 ` Norman Walsh
2001-01-22  6:07   ` Norman Walsh
2001-12-19 22:49   ` Hugo.van.der.Kooij
2001-01-22 12:30     ` Hugo.van.der.Kooij
2001-12-19 22:49     ` Norman Walsh
2001-01-23  9:38       ` Norman Walsh
2001-12-19 22:49       ` Hugo.van.der.Kooij
2001-01-23 10:15         ` Hugo.van.der.Kooij
2001-12-19 22:49         ` Norman Walsh [this message]
2001-01-23 11:11           ` Norman Walsh
2001-12-19 22:49           ` Hugo.van.der.Kooij
2001-01-23 12:29             ` Hugo.van.der.Kooij
2001-12-19 22:49   ` Alex Birkett
2001-01-22  9:12     ` Alex Birkett
2001-12-19 22:49     ` Norman Walsh
2001-01-22 12:28       ` Norman Walsh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hf2q5bjm.fsf@nwalsh.com \
    --to=ndw@nwalsh.com \
    --cc=Hugo.van.der.Kooij@caiw.nl \
    --cc=docbook-tools-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).