RE: xproc as an alternative to Apache ant

> > My immediate thoughts, posted as a comment:
> >
> >  XProc absolutely supports runtime options that can act like
> >  properties and variables in ant and bash.
> 
> As per xslt params/variables? So I could import them
> from an external file and use them?

Absolutely, at least the parameters. If you store your parameters in a c:param-set document, you can pass this document to the parameter input port of your pipeline. Or you can load it using the p:parameters step.

Regards,
Vojtech

Received on Monday, 25 May 2009 07:00:33 UTC