-
-
Notifications
You must be signed in to change notification settings - Fork 190
[bugfix] fn:transform: Conversion and treeIndex problems #5680
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
Open
nverwer
wants to merge
23
commits into
eXist-db:develop-6.x.x
Choose a base branch
from
nverwer:develop-6.x.x
base: develop-6.x.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ee5a8d9
[feature] add multi-arch images
duncdrum 855cb3d
[feature] multi arch for release
duncdrum af2d67f
[bugfix] Repair JNLP interface, use correct BC library
dizzzz 5cbb4cc
Merge pull request #5554 from dizzzz/bugfix/port_of_5544_jnlp
line-o 07c2e87
[hotfix] fix and extend TransformFromPkgTest
line-o 56551ac
Merge pull request #5575 from line-o/backport/5574
reinhapa e4f5e0a
[bugfix] registered import-uris have precedence
line-o 98b2dbc
[bugfix] allow module imports in one-off xqueries
line-o 5f12820
[fix] adjust container v6
duncdrum c9b87d4
[fix] modify Docker file
duncdrum 8e28333
[ignore] deploy from ci
duncdrum 944ff2d
[ignore] disable experimental
duncdrum 95c16de
[fix] new tag dev6
duncdrum 71a82ca
Merge pull request #5598 from duncdrum/backport-multi-arch-5533
dizzzz 3011d1f
Merge pull request #5586 from line-o/backport/5529
dizzzz b28dbaf
Merge pull request #5577 from line-o/backport/5576
dizzzz cbd6427
[bugfix] Update IzPack to 5.2.4 to fix #5661
reinhapa cdd281c
[bugfix] Backport IzPack validation fixes
reinhapa 3ae1884
Merge pull request #5678 from reinhapa/prei/izpack_524
dizzzz 930c719
[bugfix] fn:transform: treeIndex did not work for nodes without docum…
196d70c
show xsl file and line number in transform error
2b32c9c
[bugfix] `XdmValue of(item)` could not handle `NodeProxy` items
7070f40
[bugfix] another problem in determining tree indexes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this method not be adapted? This loops over
children()
, are these not including attributes?