You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Akitoshi Yoshida (JIRA)" <ji...@apache.org> on 2014/09/11 10:51:34 UTC

[jira] [Created] (CAMEL-7801) XMLTokenizer's wrapped mode to handle grouping without replicating the wrapper part

Akitoshi Yoshida created CAMEL-7801:
---------------------------------------

             Summary: XMLTokenizer's wrapped mode to handle grouping without replicating the wrapper part
                 Key: CAMEL-7801
                 URL: https://issues.apache.org/jira/browse/CAMEL-7801
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Akitoshi Yoshida
            Assignee: Akitoshi Yoshida
             Fix For: 2.14.1


XMLTokenizer's wrapped mode used with grouping does not generate reasonable results from most user's point of view. 

More concretely speaking, Its wrapped mode generates a sequence of tokens, each token element wrapped in its context elements (i.e., the parent elements). This is appropriate when no grouping is used. However, with grouping used, it results in a token consisting of a group of such context-wrapped tokens. A more intuitive and user-friendly result would be to have a token consisting of the original token elements wrapped in their common context elements. In other words, a token must consist of multiple token elements in their common wrapped context.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)