Re: Headers and Footers (again)

Subject: Re: Headers and Footers (again)
From: Norman Walsh <ndw@xxxxxxxxxx>
Date: Mon, 6 Apr 1998 07:23:06 -0400
| If I try to make it look pretty by using 
| 
| (define ins-issue
|     (literal (data 
|              (select-elements 
|                   (children (find-sibling-matching "front")) 
|              "issue")))

I think you have to make ins-issue a procedure:

  (define (ins-issue) ...

Otherwise Jade tries to evaluate (children) at the point of
definition rather than at the point of use.

--norm


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • Headers and Footers (again)
    • Pawson, David - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id FAA09068Mon, 6 Apr 1998 05:13:20 -0400 (EDT)
      • Norman Walsh - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id HAA10341Mon, 6 Apr 1998 07:28:49 -0400 (EDT) <=