I've looked and tried about everything and everywhere to get this working. I've been trying to use jade for sometime now and I can't figure it out. Supposably, our *network admin aka unix god aka worthless" installed all needed files for using the PHP Documentation system (makefile etc) ... and it won't work, so I decided to just get one little thing on my own working.
Here is the demo.sgm file:
<!element demo o o (p*)>
<!element p - o (#pcdata)>
]>
<p>
The first paragraph.
<p>
The second paragraph.
Here is the demo.dsl file:
<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN">
(root (make simple-page-sequence
(make scroll)))
(element p (make paragraph))
Here is my result:
april@devmachine:>openjade -g -t rtf demo.sgm
openjade:demo.dsl:1:72:W: cannot generate system identifier for public text "-//
James Clark//DTD DSSSL Style Sheet//EN"
openjade:demo.dsl:1:72:E: reference to entity "STYLE-SHEET" for which no system
identifier could be generated
openjade:demo.dsl:1:0: entity was defined here
openjade:demo.dsl:1:72:E: DTD did not contain element declaration for document t
ype name
openjade:demo.dsl:3:0:E: element "STYLE-SHEET" undefined
openjade:E: specification document does not have the DSSSL architecture as a bas
e architecture
😕 :eek: :eek: 😕 :mad: :mad: 😕
What is wrong??? Thanks so much for your time.