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

fix issue #109 manpages extra white space namespace mismatch #111

Merged
merged 1 commit into from Sep 30, 2018

Conversation

bobstayton
Copy link
Contributor

fix issue #109 manpages extra white space namespace mismatch.
The extra whitespace was coming from xsl:strip-space missing element names of the opposite namespace to the stylesheet being used. The processing otherwise worked, but the strip-space mismatch meant it did not work, leaving whitespace in the output that messed up nroff processing. The solution was to add a second xsl:strip-space with no namespace prefixes, and then adjust the build of nons to not add the namespace prefix to those elements.

@bobstayton bobstayton merged commit f6c5eef into master Sep 30, 2018
@bobstayton bobstayton deleted the bobs_bugfix_109 branch October 1, 2018 21:43
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

Successfully merging this pull request may close these issues.

None yet

1 participant