Allow xsltproc options to be given in input XML test files
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Apr 2014 09:16:57 +0000 (11:16 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Apr 2014 09:16:57 +0000 (11:16 +0200)
commitb585bf381811239e4af4c06612d6e497c1484dc1
treeac23d4cb7e82a2c577d37b7d6fa188fda98b13fd
parent7a8d88c8edc9be1d7e01c24a8b20b644e105aa18
Allow xsltproc options to be given in input XML test files

Eg: <!-- xsltproc: ##stringparam medium cd --> in file.xml will
invoke:
  xsltproc --stringparam medium cd file.xsl file.xml
We had to use a different notation for -- because that is
otherwise not allowed in XML comments.
etc/xsl/test_xsl.sh