This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Run XSL tests with Saxon instead of Nokogiri. #365
Comments
This was referenced Jul 4, 2018
@0crat assign me |
Bug was reported, see §29: +15 point(s) just awarded to @paulodamaso/z |
@paulodamaso it was done in #366, can we close? |
The job #365 is now out of scope |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment we are using
Nokogiri
for runningXSL
tests inRakefile
. As discovered in #315Nokogiri
provided limited support toXSLT
2.0 andXPATH
2.0, which limits our choices of functions and tags forXSL
transformations.We should run the tests in
Rakefile
usingSaxon
processor, like used inRakefile
to transform inhtml
files (line 145).The text was updated successfully, but these errors were encountered: