You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Williams, Christopher" <Ch...@mail.northgrum.com> on 2000/06/13 14:29:06 UTC

Simple problem using param with Java command line version

I am trying to use the -param option with no luck.  I grabbed the example
xml and xsl from the UseStylesheetParam and this is the output when I use
the -param param1 test in the command line.  I also tried it as -param
param1 'test' with the same results

<?xml version="1.0" encoding="UTF-8"?>
<out/>

Any suggestions on what I might be doing wrong?  Does the command line
option work correctly or am I using it wrong.

Thanks
Chris