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

Remove namespace alias from generate-tests-helper.xsl #729

Merged
merged 2 commits into from
Nov 20, 2019

Conversation

AirQuick
Copy link
Member

src/compiler/generate-tests-helper.xsl is not a standalone stylesheet but a stylesheet module which is intended to be included/imported by the other stylesheets.

However, generate-tests-helper.xsl cannot be included/imported freely. It contains xsl:namespace-alias which affects the other stylesheets.

This pull request removes xsl:namespace-alias from generate-tests-helper.xsl so that we can reuse its functions more freely.

@AirQuick AirQuick added this to the v1.5.0 milestone Nov 17, 2019
@AirQuick AirQuick merged commit bdab2ac into xspec:master Nov 20, 2019
@AirQuick AirQuick deleted the rm-ns-alias-from-helper-xsl branch November 20, 2019 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant