grouping elements

Subject: grouping elements
From: Bas Peters <bpeters@xxxxxx>
Date: Fri, 19 Feb 1999 11:23:41 +0100
I have a stylesheet for database records that includes the following
rules:

(element MRCB100-c
   (make sequence
     (literal " ")
    (process-children)
  )
)

(element MRCB100-d
   (make sequence
     (literal " ")
    (process-children)
  )
)

(element MRCB100-e
   (make sequence
     (literal " ")
    (process-children)
  )
)

Is there a way to group the elements in one rule that repeates the
literal statement for all elements and not for one element?

> Bas Peters
> E-mail: bpeters@xxxxxx
> 
> 


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


Current Thread