You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: