Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
eg you can do in java dsl
from("file://target/file/xpathsplit") // set documentType to org.xml.sax.InputSource then Camel will use SAX to split the file .split(xpath("/persons/person").documentType(InputSource.class)).streaming() .to("mock:splitted");
We need to be able to set documentType in the xml dsl.