Folio Flat File support

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
  • Folio Flat File support
    • Dan Hable - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id RAA22368Wed, 15 Jul 1998 17:09:24 -0400 (EDT)
      • <Possible follow-ups>
      • Jim_Albright - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id KAA27482Thu, 16 Jul 1998 10:13:12 -0400 (EDT) <=