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

parse XSLT stylesheets using libxslt-preferred options #2221

Merged
merged 3 commits into from Apr 21, 2021

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

See #1940 where some XSL transformations ended up producing slightly different results from xsltproc

Have you included adequate test coverage?

Yes!

Does this change affect the behavior of either the C or the Java implementations?

This behavior appears to be libxslt-specific, and so the test only runs for CRuby; though the document ends up being parsed with the new options on both implementations.

@codeclimate
Copy link

codeclimate bot commented Apr 20, 2021

Code Climate has analyzed commit 2195263 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 93.3% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.0%.

View more on Code Climate.

@flavorjones flavorjones merged commit 12bac4f into main Apr 21, 2021
@flavorjones flavorjones deleted the 1940-parse-xslt-stylesheet-using-preferred-options branch April 21, 2021 12:41
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