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: allow nav items containing multiple images #1500

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

rdeltour
Copy link
Member

A bug in the Schematron XPath expressions caused a fatal error to be reported when nav doc items contained multiple images.

This commit fix the relevant expressions by using the string-join function instead of concat, allowing to join arbitrary sequences of text nodes.

Fix #1476

A bug in the Schematron XPath expressions caused a fatal error to be reported when nav doc items contained multiple images.

This commit fix the relevant expressions by using the `string-join` function instead of `concat`, allowing to join arbitrary sequences of text nodes.

Fix #1476
@rdeltour rdeltour added this to the Next maintenance release milestone Apr 28, 2023
@rdeltour rdeltour self-assigned this Apr 28, 2023
@rdeltour rdeltour linked an issue Apr 28, 2023 that may be closed by this pull request
Base automatically changed from fix/json-report to main April 28, 2023 15:14
@rdeltour rdeltour merged commit 3c8dab3 into main Apr 28, 2023
@rdeltour rdeltour deleted the fix/1476/nav-multiple-images branch April 28, 2023 15:15
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.

Nav elements containing multiple images generating FATAL(RSC-016)
1 participant