Skip to content

add XQuery plugin#7

Merged
lueck merged 12 commits intomainfrom
setup-with-file
Apr 21, 2026
Merged

add XQuery plugin#7
lueck merged 12 commits intomainfrom
setup-with-file

Conversation

@lueck
Copy link
Copy Markdown
Member

@lueck lueck commented Apr 21, 2026

The commits in this branch add the SaxonXQueryTransformer plugin. The plugin shares code with the SaxonXslTransformation, this code has been sourced out to the abstract class TransformationBase.

High-Level Changes

The signature of Transformation#setup(TransformationInfo) was Transformation#setup(TransformationInfo, File) where file is the path to the config file. This was required and makes sense, since the setup method usually has to deal with relative paths, which must be resolved against the base of the config file.

lueck added 12 commits April 15, 2026 17:52
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Pass around the file name in order to

Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
Signed-off-by: Christian Lück <christian.lueck@uni-muenster.de>
@lueck lueck merged commit e18d72e into main Apr 21, 2026
2 checks passed
@lueck lueck deleted the setup-with-file branch April 21, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant