hello, is it possible to use a splitter on an InputStream? I receive a big XML-file via an HttpResponse.getEntity().getContent() and I have used SAX to parse that stream and split it into smaller units. It works fairly well, but since Camel has a split() which is designed to solve exactly that problem, I was looking into using that instead. I can not load the complete XML into memory beforehand, as the memory footprint would be huge.
any thoughts? /pj -- View this message in context: http://camel.465427.n5.nabble.com/split-an-InputStream-tp5732219.html Sent from the Camel - Users mailing list archive at Nabble.com.