Re: About XML to multiple language/multiple outputs

Subject: Re: About XML to multiple language/multiple outputs
From: Matthias Clasen <clasen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Aug 1999 00:57:40 +0200
> Here is the result of running one of the examples distributed with dsc:
> 
> clasen:[data] >../build/src/dsc -s reverse -c catalog idtrans.dsl -+ triv.sgm
> >>> Evaluating specification . . . done.
> >>>>>DSSSL read-eval-print loop (use (srep) for Scheme reader)<<<<<
> dsc> (go)
> <SIMP LANG='hsilgne'><BIT NAME='TWO'>2</BIT><BIT NAME='ONE'>1</BIT></SIMP>
> dsc>
> 

Note that a better way to use dsc for actual transformations is to use
it in non-interactive mode like so:

clasen:[data] >../build/src/dsc -s reverse -o triv2.sgm idtrans.dsl -+
triv.sgm
>>> Evaluating specification . . . transforming . . . done.

This produces a file triv2.sgm containing the result of the transformation:

<SIMP LANG='hsilgne'><BIT NAME='TWO'>2</BIT><BIT NAME='ONE'>1</BIT></SIMP>


-- 
Matthias Clasen, 
Tel. 0761/203-5606
Email: clasen@xxxxxxxxxxxxxxxxxxxxxxxxxx
Mathematisches Institut, Albert-Ludwigs-Universitaet Freiburg


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


Current Thread