Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Anthony FishbeckAnthony FishbeckReporter
Tim KlemmTim KlemmPriority
MajorCompatibility
MinorFix versions
Pull Request URL
Roadmap
Not applicable
Details
Details
Components
Assignee
Anthony Fishbeck
Anthony FishbeckReporter
Tim Klemm
Tim KlemmPriority
Compatibility
Minor
Fix versions
Pull Request URL
Roadmap
Not applicable
Created April 29, 2019 at 7:10 PM
Updated May 6, 2020 at 1:44 PM
Resolved May 5, 2020 at 9:25 AM
Enable the removal of defined variables. Variable definitions should exist within well defined scopes. All but a 'global' scope must be able to remove variables no longer in scope.
Enable the use of relative xpath values during evaluation. Requiring full paths makes transform reuse more difficult, and "//..." is too likely to be ambiguous. It should be possible to make xpath evaluations relative to a specific root node. Refer to https://stackoverflow.com/questions/33416524/libxml2-xpath-relative-to-sub-node for illustration of how switch the logical root. Refer to https://stackoverflow.com/questions/19474376/node-selection-using-xpath-in-libxml2 for evaluation to a node.
Enable iteration of a multiple node evaluation. The use of for-each (or other looping construct) suggests a need to select multiple nodes and act on each one.