I've been trying to use Sablotron in a Makefile to automatically
generate XML files.

I'm using GNU make.

This is probably a Make question but how do I pass parameters into
Sablotron inside a Makefile?

I usually use:

        sabcmd something.xsl something.xml output.xml \$parameter="xyz"

This works fine from the shell. (It works fine in a shell script but
I must use a Makefile)

Because of the "\$", the Makefile will not do anything sensible with it!

Is there someway of escaping the $, I haven't had much luck with it so
far.

Please help!

Thanks,

Mark

Reply via email to