-
Notifications
You must be signed in to change notification settings - Fork 34
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
Namespace-prefixes of elements and attributes in XML input files are deleted #377
Labels
Comments
TobiasNx
changed the title
Namespaces of elements and attributes in XML input files are deleted
Namespace-prefixes of elements and attributes in XML input files are deleted
Aug 2, 2021
This is also not documented. Also the deletion of the namespace prefix creates the problem that you cannot distinguish between:
both end up beeing named |
dr0i
added a commit
that referenced
this issue
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.
I set up a branch where your input should now result in an output preserving namespaces, like: <mods:name>
<type>personal</type>
<xlink:type>simple</xlink:type>
<mods:displayForm>
<value>Armbruster, André</value>
</mods:displayForm>
</mods:name> |
In the flux you would add the parameter like |
TobiasNx
added a commit
to TobiasNx/notWorkingFlux
that referenced
this issue
Aug 24, 2021
TobiasNx
added a commit
to TobiasNx/notWorkingFlux
that referenced
this issue
Aug 24, 2021
dr0i
added a commit
that referenced
this issue
Aug 24, 2021
dr0i
added a commit
that referenced
this issue
Aug 24, 2021
dr0i
added a commit
to metafacture/metafacture-documentation
that referenced
this issue
Aug 24, 2021
Closed
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If decode XML it seems that namespaces in element and attribute names are deleted:
FLUX:
encoded as XML
or encoded as JSON
The text was updated successfully, but these errors were encountered: