xsl-list
[Top] [All Lists]

[xsl] Saxon auto-recognition of sequence of XML and XSLT document possible ?

2007-02-02 06:09:17
On page 

http://www.saxonica.com/documentation/using-xsl/commandline.html

The syntax of using Saxon is shown as

java  -jar dir/saxon8.jar   [options]   source-document   stylesheet   [ 
params...] 

Note: stylesheet follows XML source. 

I want to create a DOS batch file onto I can drag TWO documents simultaneously:
ONE XML source and ONE XSLT sheet. 

The key command in this batch file will be similar to

java -jar saxon8.jar "%1" "%2" .....

It now occurs from time to time that the XSLT stylesheet will be the first 
parameter %1
and the second  %2 represents the XML doc.

Is there no Auto-recognition from Saxon to detect which of the two documents is 
the
XML and which the XSLT stylesheet and hence allow also

java  -jar dir/saxon8.jar   [options]    stylesheet source-document    [ 
params...] 

Maybe I have to pass another option?

Ben









                
___________________________________________________________ 
Try the all-new Yahoo! Mail. "The New Version is radically easier to use" ? The 
Wall Street Journal 
http://uk.docs.yahoo.com/nowyoucan.html

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--