|
Subject: Folio Flat File support From: Jim_Albright@xxxxxxx Date: Thu, 16 Jul 1998 09:56 -0500 (EST) |
Dan,
Folio Flat File support. JADE does not support Folios Flat Files
directly but I have been using JADE in conversion of SGML files to FFF
by using the command
(declare-flow-object-class formatting-instruction
"UNREGISTERED::James Clark//Flow Object
Class::formatting-instruction")
With my son's help we have created definitions of the pieces of FFF -
sample:
<!-- <RD:Testament>Old Testament -->
;define term parameter
(define (StartRecord %RecordType%)
(make formatting-instruction ;record
data: (string-append
carriage-return
"\less-than-sign;RD"
;;;(if (string-equal %RecordType% "")
(if (equal? %RecordType% "")
'("")
(string-append ":" %RecordType%)
)
"\greater-than-sign;"
)
)
)
Let me know if you want sample.dsl
--------------------
jim_albright@xxxxxxx
Wycliffe Bible Translators
--------------------------
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Folio Flat File support, Dan Hable | Thread | Derived Procedures in ISO 10179, Andreas Saremba |
| Re: HTML pretty-printing, Dave Raggett | Date | Re: HTML pretty-printing, Brandon Ibach |
| Month |