Hi all, i worked a bit around stax (thanks to claus for its advices).
You can find what i've done here: http://code.google.com/p/rmannibucau/source/browse/camel/camel-stax/ The test show what can be done with it: http://code.google.com/p/rmannibucau/source/browse/camel/camel-stax/src/test/java/org/apache/camel/stax/test/StAXRouteTest.java - validation using sax (just need a converter) - parsing using a sax contenthandler and a stax stream reader (a simple component) - parsing of sub tree to get jaxb objects using a stax event reader for the whole tree and jaxb for the sub objects - Romain
