1. Splitting XML forum.springsource.orgSplitting XML I am having a xml .I need to break this XML based on |
2. take an xml as input which contains multiple fragments and split the xml file into mu forum.springsource.orgtake an xml as input which contains multiple fragments and split the xml file into multiple files based on the fragment count. For example, if the input file contains 100 Records ... |
3. Efficient splitting for XML documents forum.springsource.orgSpring Integration 1.0 provides an XPathMessageSplitter which uses the DOM to evaluate and XPATH expression. My concern is that this will blow out the JVM with large XML files. What alternative(s) ... |