-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
mixed-contentIssue related to XML mixed contentIssue related to XML mixed content
Description
This is a placeholder issue for improving how Jackson handles XML content like:
<root>
<value>123</value>
some text
<value>345</value>
</root>and other cases where a nesting level has both element(s) and at least one non-blank text value (content other than whitespace).
Currently such content can not be supported at all, and it is difficult to really find a general way of mapping this into POJOs.
However, it should be possible to have some level of support, for example maybe allow reading into JsonNode in some form -- considering that such text content could perhaps be mapped into empty key (and assuming handling of repeated Object keys can be resolved).
They may be other approaches too; to be discussed here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
mixed-contentIssue related to XML mixed contentIssue related to XML mixed content