Greetings Jean Louis,


Jean Louis Faucher wrote:

xalan on macOS or Linux should have the same output as on Windows (untested).

Start the build and boom! doesn't work.
This xalan on WSL doesn't support the arguments that work on Windows...

I give up...

*xalan on WSL:*

$ man xalan

NAME
        xalan - Process XML documents with XSLT stylesheets

SYNOPSIS
xalan [options]

OPTIONS
        Options are case-sensitive.

        -in URL
               Sets the input URL.  If nothing is set, stdin is used.

        -xsl URL
               Sets the XSLT sheet URL.

        -out file
               Sets the output filename.

        -v     Show version information only.

        ...

$ xalan -v
Xalan version 1.12.0
Xerces version 3.2.3


*xalan on Windows:*

 > xalan --help

Xalan version 1.11.0.
Xerces version 3.1.1.
Usage: Xalan [options] source stylesheet
Options:
   -a                    Use xml-stylesheet PI, not the 'stylesheet' argument
   -e encoding           Force the specified encoding for the output.
   -i integer            Indent the specified amount.
   -m                    Omit the META tag in HTML output.
   -o filename           Write output to the specified file.
   -p name expression    Sets a stylesheet parameter.
   -t                    Display timing information.
   -u                    Disable escaping of URLs in HTML output.
   -?                    Display this message.
   -v                    Validates source documents.
   -                     A dash as the 'source' argument reads from stdin.
                         ('-' cannot be used for both arguments.)




This difference I will investigate.... see if a like solution may be found for 
other platforms that follows the established Windows command switches to XALAN.

I am thankful,

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/


_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to