metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Allow namespace prefixes to be emitted #383

Closed dr0i closed 3 years ago

dr0i commented 3 years ago

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

See #377.