Greg,

this is strange, one of the variations should work... What environment
do you run it in, Linux? Which shell? Also, could you kindly send the
input files, please? Maybe it's another error in disguise.

Thanks,
Tom Kaiser
(Ginger Alliance)


greg keraunen wrote:
> 
> Hi,
> I'm using sablotron v0.36 and cannot get sabcmd to accept input
> parameters.
> 
> I have tried several variations on:
> sabcmd valence.xsl valence.xml xslt.out $param1=a $param2=b
> such as:
> sabcmd valence.xsl valence.xml xslt.out "$param1=a" "$param2=b"
> sabcmd valence.xsl valence.xml xslt.out '$param1=a' '$param2=b'
> sabcmd valence.xsl valence.xml xslt.out param1=a param2=b
> etc.
> 
> I always get the following error:
> Error [code:244]
>   duplicate argument '/'
> 
> I have reviewed the sources but it isn't easy to see what is going
> wrong, other than the fact that this error message is coming from the
> function, useArg(), which should not even be getting called since I am
> passing paramters, not arguments.
> 
> Thanks for any help.
> --
> greg keraunen
> [EMAIL PROTECTED]
> web software engineer

Reply via email to