Re: headers

Subject: Re: headers
From: Sebastian Rahtz <s.rahtz@xxxxxxxxxxxxxx>
Date: Fri, 4 Jul 1997 16:11:57 +0100 (BST)
 > (element TESTDOC
 >  (let ((page-header
 >        (make sequence
 >          font-posture: 'italic
 >          (process-first-descendant "TITLE" )
...
 > (element TITLE
 >  (empty-sosofo))

contradictory, surely. you ask for the descendant `TITLE' but the
construction rule for it does nothing. if you mean *only* process the
TITLE under these circumstances, i think you mean:

 (with-mode foo          (process-first-descendant "TITLE" ))
 (mode foo (element TITLE (process-children-trim)))

but possibly i misunderstand what you are saying

sebastian

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


Current Thread