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

Error on filenames with spaces #4

Open
Dark-Fx opened this issue Sep 20, 2016 · 1 comment
Open

Error on filenames with spaces #4

Dark-Fx opened this issue Sep 20, 2016 · 1 comment

Comments

@Dark-Fx
Copy link

Dark-Fx commented Sep 20, 2016

Greetings,

There is an issue with how you are handling filenames that have spaces when you are passing them as an argument to saxon-xslt. The correction should be to encapsulate the filenames like so:

saxon-xslt -o "${output}" "${input}" tcx-strip-heart-rate.xsl

Regards,
Brian McPherson

@thomasmoelhave
Copy link
Owner

Yeah, that makes sense. If you make a pull request I'll merge it :).

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

No branches or pull requests

2 participants