|
Subject: RE: formatting-instruction fo From: "Didier PH Martin" <martind@xxxxxxxxxxxxx> Date: Sun, 22 Aug 1999 23:49:09 -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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| formatting-instruction fo, Michael Schopen | Thread | RE: formatting-instruction fo, Didier PH Martin |
| OpenJade 1.3pre1 (Beta) Released, Avi Kivity | Date | RE: formatting-instruction fo, Didier PH Martin |
| Month |