There are different ways how a missing namespace declaration can cause failure to process a document. You need to be more specific. Are these documents not namespace-well-formed (as defined by the "Namespaces in XML" spec)? What is the exception that you get when trying to process them with Axiom?
Andreas On Thu, Jul 5, 2012 at 9:58 PM, Ryan Ward <[email protected]> wrote: > I am using axiom to parse xml provided by an outside source. The XML could > potentially have validity issues. The test set of data I have is missing a > namespace declaration and I am failing on that. How can I ignore this with > Axiom?
