Help about formatting-instruction

Subject: Help about formatting-instruction
From: Alexander Taranov <tay@xxxxxxxxxx>
Date: Wed, 27 Jan 1999 10:32:03 +0300
Didier PH Martin writes:
 > Hi,
 > 
 > I try to use the following FO in a script: formatting-instruction but I get
 > the following error:
 > 
 > dsssl:simple-html.dsl:28:5:E: content expression cannot be specified in make
 > expression for atomic flow object class "formatting-instruction"
 > 
 > the rule is:
 > element (price)
 >     (make formatting-instruction
 > 	   data: " - "
 >         (process-children)))

  (element (price)
    (make sequence
      (make formatting-instruction
  	   data: " - ")
      (process-children)))

I think this'll work as you want
-alexander


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


Current Thread