Subject: Re: multiple output files/getting command-line parameters in XT
From: eduardo <Eduardo.Gutentag@xxxxxxxxxxx>
Date: Tue, 13 Jul 1999 08:39:01 -0700 (PDT)
|
It's in the april 21 version, see 6.2.8
Eduardo
> From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> Date: Tue, 13 Jul 1999 16:12:16 +0000 (GMT)
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: multiple output files/getting command-line parameters in XT
>
> eduardo writes:
> > Haven't tried this, so caveat emptor, but in a Unix environment I'd
> > set an environment variable, e.g.
> > % setenv OUTPUT a.html
> > % java com.jclark.xsl.sax.Driver a.xml a.xsl $OUTPUT
> >
> > and then I'd use system-property() inside the stylesheet to get its value,
> > as in
> > <xsl:variable name="Master" expr="system-property(OUTPUT)"/>
>
> This looks perfect. Is system-property a July 99 addition? I cannot find it
in
> the April spec.
>
> Sebastian
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|