RE: grouping elements

Subject: RE: grouping elements
From: "STE MARIE, PAUL" <PAUL.STE@xxxxxxxxxxxxxxx>
Date: Fri, 19 Feb 1999 11:38:27 -0500
	Bas Peters [SMTP:bpeters@xxxxxx] <mailto:[SMTP:bpeters@xxxxxx]>
asks:
	> Is there a way to group the elements in one rule that repeates the
	> literal statement for all elements and not for one element?

Write a lisp function that performs the formatting:

(define (prepend-space x)
	(make sequence
		(literal " ") x))

(element MRCB100-c
	(prepend-space (process-children)))

(element MRCB100-d
	(prepend-space (process-children)))

(element MRCB100-e
	(prepend-space (process-children)))

Paul J. Ste. Marie			(937)865-6800 x4384
Professional Data Resources		Paul_SteMarie@xxxxxxxxxx
<mailto:Paul_SteMarie@xxxxxxxxxx> 


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


Current Thread