formatting-instruction fo

Subject: formatting-instruction fo
From: "Michael Schopen" <schopen@xxxxxxxx>
Date: Thu, 19 Aug 1999 15:58:01 +0000
Dear experts,

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).

Thanks in advance.
Michael Schopen
--
====================================================
Dr. med. Michael Schopen     Tel. +49 221 4724 325
Deutsches Institut fuer      Fax. +49 221 41 14 29
Medizinische Dokumentation 
und Information DIMDI        http://www.dimdi.de
Weisshausstrasse 27
D-50939 Koeln                email:s#chopen@xxxxxxxx 
>>>   remove # to use email address   <<<
====================================================


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


Current Thread