SGML: SGML transformation tools

SGML: SGML transformation tools

From @UTARLVM1.UTA.EDU:owner-tei-l@UICVM.CC.UIC.EDU Thu Feb 29 12:36:31 1996
Approved-By:  tei-l <U59467@UICVM.BITNET>
Message-Id:  <0099EA18.DBFEF62C.15@vax.ox.ac.uk>
Date:         Thu, 29 Feb 1996 10:36:50 CST
Reply-To: Lou Burnard <lou@vax.ox.ac.uk>
Sender: "TEI (Text Encoding Initiative) public discussion list"              <TEI-L@UICVM.UIC.EDU>
From: Lou Burnard <lou@vax.ox.ac.uk>
Subject:      SGML transformation tools [was converting TEI to HTML]
To: Multiple recipients of list TEI-L <TEI-L@UICVM.UIC.EDU>
Status: R

To:     MX%"papresco@calum.csclub.uwaterloo.ca"

>Can anyone comment on Omnimark vs. SGMLS.pm as a tool for doing SGML
>transformations and down-translations?

Here's my personal subjective off the top of pate comparisons:

                    OMNIMARK                          SGMLS-PM

price                Large                             Zero

feature set          large but closed                  unlimited         [1]

learning curve       steepish                          flat for Perlers;
                                                       steep for others

performance          excellent                          good

SGML-support         full                               full             [2]

ESIS access          full (?)                           limited          [3]

[1] Omnimark uses its own programming language which, to my eyes, looks
a little strange. SGMLS-pm uses perl5 which to some eyes looks even
stranger, but which has the virtue of being very very widely supported.

[2] Both products incorporate fully conformant SGML parsers. Omnimark's
engine is proprietary but very very fast; SGMLS-PM uses James Clark's sp
(though it could presumably be tweaked to operate on the ESIS from any
parser).

[3] SGMLS-pm only keeps track of the ESIS tree as it steps sequentially
through the document. So forward references (e.g.) require special
treatment -- using either a supplied set of stack-handling routines or
multiple passes through the file. I believe that Omnimark does the same,
but packages it more transparently.

Another product which you should take into account is BALISE from AIS.
This is at least as powerful as Omnimark, (and just as expensive) but
has a programming language which (to my eyes at least) is rather less
weird. It uses J Clark's SP.

There was a session comparing these and other transformation tools at the
SGML94 conference in Montreux which got rather heated...

Lou