cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

Command line parameters do not override config parameters #8

Closed cmarchand closed 8 years ago

cmarchand commented 8 years ago

If you define a parameter in the config file, via /config/params/param(@name='p1', @value='v1'), and override this param value via command line PARAMS p1=v2, then v1 is used as value for p1.

cmarchand commented 8 years ago

Solved. Commit #4eb1f18