stevedlawrence opened a new pull request #468: URL: https://github.com/apache/incubator-daffodil/pull/468
The InfosetWalker, which is used for displaying the infoset, expects elements to have a container element. When creating a detached element for prefixed elements, we did so without a DIDocument. This causes assertions to fail or null pointers to be hit. To ensure the detached element used for prefixed parsing/element is appropriate the InfosetWalker, create a "detached" DIDocument and the new detached DIElement to that. DAFFODIL-2348 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
