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

Allow namespace prefixes to be emitted #383

Merged
merged 3 commits into from
Aug 26, 2021

Conversation

dr0i
Copy link
Member

@dr0i dr0i commented Aug 24, 2021

This Introduces the new parameter "emitNamespace" to GenericXMLHandler.
If set to "true" input data like "foo:bar" will be passed through as
"foo:bar".
For backward compatibility the default is set to "false", thus only "bar" is
emitted.

See #377.

dr0i added 2 commits August 24, 2021 14:22
This Introduces the new parameter "emitNamespace" to GenericXMLHandler.
If set to "true" input data like "<foo:bar>" will be passed through as
"foo:bar".
For backward compatibility the default is set to "false", thus only "bar" is
emitted.

See #377.
@dr0i dr0i requested a review from fsteeg August 24, 2021 13:21
@dr0i dr0i assigned fsteeg and unassigned fsteeg Aug 24, 2021
@dr0i dr0i requested review from fsteeg and removed request for fsteeg August 24, 2021 13:21
@fsteeg fsteeg assigned dr0i and unassigned fsteeg Aug 24, 2021
@dr0i dr0i force-pushed the 377-preserveNamespaceInGenericXmlHandler branch from cf3ab1d to 6c175d6 Compare August 24, 2021 15:14
@dr0i dr0i assigned TobiasNx and unassigned dr0i Aug 24, 2021
@acka47 acka47 assigned dr0i and unassigned TobiasNx Aug 26, 2021
@dr0i dr0i merged commit 6ec7d7a into master Aug 26, 2021
@dr0i dr0i deleted the 377-preserveNamespaceInGenericXmlHandler branch August 26, 2021 13:19
blackwinter added a commit that referenced this pull request Dec 13, 2024
Enables java logging. The log level can be changed by setting a variable.
Set and run like this:

export JAVA_OPTS="-Dorg.metafacture.metafix.logLevel=DEBUG"; ./gradlew installDist;  cd metafix-runner/build/install/metafix-runner; bin/metafix-runner $pathTo.flux

Note that you cannot use `./gradlew :metafix-runner:run ...` as setting
the log level only works within the distribution.

Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
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.

Namespace-prefixes of elements and attributes in XML input files are deleted
3 participants