Re: <legalnotice>

Subject: Re: <legalnotice>
From: Adam Di Carlo <adam@xxxxxxxxxxx>
Date: 07 Jan 2000 14:01:45 -0500
Bek Oberin <gossamer@xxxxxxxxxxxxxx> writes:

> Agh, I forget.  It's so confusing!  Actually, I drew myself an
> ASCII picture to figure out how all the bits fit together:
> 
> 
>               SGML                 Some Text
>                |                       |
>                |                       |
>                V                       V
>             DocBook ----------> Marked Up Document <---> NGSGMLS (validation)
>       (Markup rules *.dtd)             |
>                                        |
>             Scheme                     |
>                |                       |
>                |                       |
>                V                       V
>            Stylesheets ------------> Jade
>       (control look of output)         |
>              (*.dsl)                   |
 
Well, it's not quite Scheme, its a side-effect-free dialect of scheme
called DSSSL.

Where you say NSGMLS you should say "SP", since libsp provides the
core SGML/XML handling, including entity management, creating of ESIS
streams and an event-based engine (uh, I think?) which Jade hooks
into.  Jade links with libsp.

>                                        |
>                           +------------+-------------+
>                           |                          |
>                           |                          |
>                           V                          V
>                      HTML Output                TeX Output
>                                                      |
>                                                      |
>                                                      V
>                                                 pdfjadetex
>                                                      |
>                                                      |
>                                                      V
>                                                 PDF Output
>                                                      |
>                                                      |
>                                                      V
>                                                   pdf2ps
>                                                      |
>                                                      |
>                                                      V
>                                               PostScript Output

This is contorted, in that 'jade -t tex' -> 'jadetex' -> 'dvips' gets
you PS quicker.

-- 
.....Adam Di Carlo....adam@xxxxxxxxxxxxxxxx<URL:http://www.onShore.com/>


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread