From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norman Walsh To: Hugo.van.der.Kooij@caiw.nl Cc: Subject: Re: db2html publishes bibliography on front pages Date: Wed, 19 Dec 2001 22:49:00 -0000 Message-id: <87hf2q5bjm.fsf@nwalsh.com> References: X-SW-Source: 2001/msg00017.html / 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> where you meant <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 | Perhaps, but let's not get bogged down http://nwalsh.com/ | in semantics.--Homer J. Simpson, BABF07 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norman Walsh To: Hugo.van.der.Kooij@caiw.nl Cc: Subject: Re: db2html publishes bibliography on front pages Date: Tue, 23 Jan 2001 11:11:00 -0000 Message-ID: <87hf2q5bjm.fsf@nwalsh.com> References: X-SW-Source: 2001-q1/msg00017.html Message-ID: <20010123111100.l1NguwCBuDS8gEmZGaWwG7LMuT9Vd7VdMXBb0swsqe0@z> / 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> where you meant <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 | Perhaps, but let's not get bogged down http://nwalsh.com/ | in semantics.--Homer J. Simpson, BABF07