hi
If I have a DSL like this :
<route id="cool">
<from uri="direct:start"/>
<to uri="mock:result"/>
</route>how do i parse the DSL which is stored in an external file to generate a route,then add it into the context. Best Regards -- View this message in context: http://camel.465427.n5.nabble.com/how-do-i-parse-a-DSL-tp5737481.html Sent from the Camel - Users mailing list archive at Nabble.com.
