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)
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.


No differences found