RE: formatting-instruction fo

Subject: RE: formatting-instruction fo
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Sun, 22 Aug 1999 23:47:41 -0400 (EST)
Hi Michael

Michael said:
----------------------------------------------------------
is the formatting-instruction flow object implemented for the rtf
backend of OpenJade?

I have the following style sheet

<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" >

(declare-flow-object-class formatting-instruction "UNREGISTERED::James
Clark//Flow Object Class::formatting-instruction")

(element test
  (make sequence
    (make formatting-instruction
      data: "Hello "
    )
    (process-children)
    (literal "!")
  )
)

and the following SGML file

<!DOCTYPE test [
<!ELEMENT test - - (#PCDATA)>]>
<test>world</test>

I would expect the rtf backend of OpenJade to produce the famous
string "Hello world!". But I only get "world!". Is my understanding
wrong or is the formatting-instruction flow object not implemented?

(I know, I could do my test with another literal flow object, but
it is just an example to check the formatting-instruction fo).

Didier answer:
-----------------------------------------------------------
Michael, this FO is not supported by the RTF Formatter. To check all
supported DSSSL objects supported by the RTF formatter, you can read:

http://www.netfolder.com/OpenJade/RTF.htm

regards
Didier PH Martin
mailto:martind@xxxxxxxxxxxxx
http://www.netfolder.com



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


Current Thread