Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.18.1
-
None
-
Unknown
Description
While doing some resarch on camel stax I found that the XML example is missing in the documentation: https://camel.apache.org/components/next/stax-component.html#_the_previous_example_with_xml_dsl
I assume is going to be similar of what I've found in camel's github repo: https://github.com/apache/camel/blob/80b92e3624ae5db59a1a24a441f1b10b39eaa1a5/components/camel-stax/src/test/resources/org/apache/camel/component/stax/SpringStAXJAXBIteratorExpressionTest.xml
And if we want to disable namespace awareness of the component we just need to add a second parameter with false
<constructor-arg index="1" value="false"/> |