xalan output: Warning: Ignoring unknown option "-XSL".

Asked by Fco. Mario Barcala Rodríguez

When I execute xalan -XSL <some_stylesheet>, it outputs:

Warning: Ignoring unknown option "-XSL".

and it does nothing. It doesn't work.

If I type "man xalan":

-XSL URL
              Sets the XSLT sheet URL.

I use ubuntu Dapper Drake, kernel 2.6.15-28-686, libxalan110 1.10-1 and xalan 1.10-1, the official packages of Dapper Drake.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xalan Edit question
Assignee:
No assignee Edit question
Solved by:
Lætitia A Delvaux
Solved:
Last query:
Last reply:
Revision history for this message
Best Lætitia A Delvaux (ntw0nlaeti) said :
#1

If you write the option in lowercase, everything's fine: '''xalan -xsl <some_stylesheet>'''

The man page seems to be wrong with what is actually implemented. If you run '''xalan -h''' you'll found out the correct option keywords to use. I guess I have to fill a bug for that.

Revision history for this message
Fco. Mario Barcala Rodríguez (lbarcala) said :
#2

User confirmed that the request is solved.