Re: multiple output files/getting command-line parameters in XT

Subject: Re: multiple output files/getting command-line parameters in XT
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Jul 1999 16:12:16 +0000 (GMT)
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


Current Thread