Re: headers

Subject: Re: headers
From: Kumar Tambyraja <tambyrac@xxxxxxxxxxxxxxxxx>
Date: Fri, 4 Jul 1997 17:20:16 +0100 (BST)
On Fri, 4 Jul 1997, Sebastian Rahtz wrote:

>  > (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
> 

That works and makes sense - thank you for your help. I couldn't find 
similar code in html32hc.dsl which generates headers from the TITLE tag.

Kumar 

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


Current Thread