Re: SGML to XML: Should I switch? How to switch?

From
Stephane Bortzmeyer <>
Date
2005-07-13T11:39:03+00:00
ID
Thread
Re: SGML to XML: Should I switch? How to switch?
On Wed, Jul 13, 2005 at 06:31:53PM +0700,
 Euis Luhuanam <> wrote 
 a message of 16 lines which said:

> Suppose I have a "test.xml" file. Would you please show me
> the exact way to use "xsltproc" and "jade/jadetex" for producing
> "test.pdf".

I don't use xsltproc for that. I just type "make test.pdf" because I
have a good Makefile :-)

Here is its result:

% make test.pdf
/usr/bin/jade -t tex -V tex-backend \
        -d lib/print.dsl \
        /usr/share/xml/declaration/xml.dcl test.db
pdfjadetex test.tex

I send you the Makefile and print.dsl in private.