Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better xsltparam handling #263

Closed
fsundermeyer opened this issue Mar 20, 2015 · 4 comments
Closed

Better xsltparam handling #263

fsundermeyer opened this issue Mar 20, 2015 · 4 comments
Assignees
Milestone

Comments

@fsundermeyer
Copy link
Member

Rather than using

--xsltparam "--xsltparam key=value --xsltparam key2=value2 --param key=value"

we should implement somethin more intuitive like

--xsltparam "key=value" --xsltparam "key2=value2" --param "key=value"

For the DC files it would be

XSLTPARAM="key=value key2=value2"
PARAM="key=value"

@tomschr
Copy link
Collaborator

tomschr commented Mar 22, 2015

I've created the Gist parse_param.sh to make your live a little bit easier. 😄

@tomschr
Copy link
Collaborator

tomschr commented Apr 13, 2015

See related issue #65

fsundermeyer added a commit that referenced this issue Jul 2, 2015
Stable release DAPS 2.1:

- added support for webhelp
- added support for <xi:include ... parse="text"> (issue #71)
- handling of passing XSLT parameters on the command line has been
  improved (issue #263)
- improved handling of doxcuments that do not need to be profiled
- daps_autobuild: changed the order of builds to increase performance
- Bugfix package-src: removed extraneous text
- Bugfix daps_autobuild: in case no rebuild was necessary, rsync
                         deleted the previous results
- Bugfix DB4 -> DB5 migration: Fixed various issues in the migration
                               stylesheet
fsundermeyer added a commit that referenced this issue Jul 2, 2015
Stable release DAPS 2.1:
- added support for webhelp
- added support for <xi:include ... parse="text"> (issue #71)
- handling of passing XSLT parameters on the command line has been
  improved (issue #263)
- improved handling of doxcuments that do not need to be profiled
- daps_autobuild: changed the order of builds to increase performance
- Bugfix package-src: removed extraneous text
- Bugfix daps_autobuild: in case no rebuild was necessary, rsync
                         deleted the previous results
- Bugfix DB4 -> DB5 migration: Fixed various issues in the migration
                               stylesheet
@fsundermeyer
Copy link
Member Author

The command line part is solved with commit 343d992

@tomschr
Copy link
Collaborator

tomschr commented Jul 22, 2015

Wasn't closed automatically ("Fixes" should be followed by a hash character, followed by the issue number).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants