Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.11.1
-
None
-
Unknown
Description
This XML will not split on Trip, as Trip has a child which starts with Trip
<Trip>
<Triptype>
</Triptype>
</Trip>
The bug was introduced in https://issues.apache.org/jira/browse/CAMEL-6004
I believe the regex in TokenXMLExpressionIterator needs to be fixed
see enclosed test
Attachments
Attachments
Issue Links
- is broken by
-
CAMEL-6004 Tokenize XML does not support self-closing XML tokens
- Resolved