-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s1kd-brexcheck: Add dynamic XPath support
If an XPath 2.0 engine is selected at compile-time, s1kd-brexcheck will now dynamically use the appropriate version of XPath based on the S1000D issue of the BREX data module (3.0 and lower = XPath 1.0, 4.0 and up = XPath 2.0). The -X (--xpath-version) option allows the user to force a particular version of XPath, regardless of the issue. The Makefile variable BREXCHECK_XPATH_ENGINE was renamed to XPATH2_ENGINE accordingly.
- Loading branch information
Showing
9 changed files
with
337 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.