-
Notifications
You must be signed in to change notification settings - Fork 156
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 format to inject default namespace if document does not specify one #4344
Comments
reckart
added a commit
that referenced
this issue
Dec 4, 2023
… specify one - If the format defines a default namespace in its policy, then we inject it - Fix bug that default namespace is not considerd for global attribute rules
reckart
added a commit
that referenced
this issue
Dec 4, 2023
… specify one - If the format defines a default namespace in its policy, then we inject it - Fix bug that default namespace is not considerd for global attribute rules
reckart
added a commit
that referenced
this issue
Dec 4, 2023
… specify one - If the format defines a default namespace in its policy, then we inject it - Fix bug that default namespace is not considerd for global attribute rules
reckart
added a commit
that referenced
this issue
Dec 4, 2023
…rmat-to-inject-default-namespace-if-document-does-not-specify-one #4344 - Allow format to inject default namespace if document does not specify one
reckart
added a commit
that referenced
this issue
Dec 4, 2023
* release/30.x: #4344 - Allow format to inject default namespace if document does not specify one
reckart
added a commit
that referenced
this issue
Dec 4, 2023
…n-generic-XML-support * main: #4344 - Allow format to inject default namespace if document does not specify one
reckart
added a commit
that referenced
this issue
Dec 5, 2023
* main: #4347 - CAS doctor fails to generate a proper report on projects not containing INITIAL_CASes #4349 - Project has date in the 70ies if no data is set in JSON #4344 - Allow format to inject default namespace if document does not specify one #4342 - Show document size in documents table #4342 - Show document size in documents table No issue: Optimize tracking be excluding elements that contain no text No issue: Avoid scrollbar appearing at wrong level #4340 - Allow pruning elements in XML policy #4338 - Spurious empty annotations in RecogitoJS editor #4324 - Allow configuring UID GID etc in Kubernetes #4335 - Promote UIMA JSON CAS 0.4.0 to non-experimental #4326 - Upgrade dependencies
reckart
added a commit
that referenced
this issue
Dec 5, 2023
* main: #4347 - CAS doctor fails to generate a proper report on projects not containing INITIAL_CASes #4349 - Project has date in the 70ies if no data is set in JSON #4344 - Allow format to inject default namespace if document does not specify one #4342 - Show document size in documents table #4342 - Show document size in documents table No issue: Optimize tracking be excluding elements that contain no text No issue: Avoid scrollbar appearing at wrong level #4340 - Allow pruning elements in XML policy #4338 - Spurious empty annotations in RecogitoJS editor #4324 - Allow configuring UID GID etc in Kubernetes #4335 - Promote UIMA JSON CAS 0.4.0 to non-experimental #4326 - Upgrade dependencies #4330 - Remove default memory limit for INCEpTION in Dockerfile #4229 - Better project template selection #4330 - Remove default memory limit for INCEpTION in Dockerfile #4229 - Better project template selection % Conflicts: % inception/inception-external-editor/src/main/java/de/tudarmstadt/ukp/inception/externaleditor/xhtml/XHtmlXmlDocumentViewControllerImpl.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For some documents formats, the authors may forget to add a default namespace, e.g. TEI or HTML. Yet, for the policies to work, a namespace may be important. Also for isolating the elements from the HTML namespace.
Describe the solution you'd like
If the policy defines a default namespace, then it should be rendered into the XML stream.
The text was updated successfully, but these errors were encountered: