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