[
https://issues.apache.org/jira/browse/DAFFODIL-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210164#comment-17210164
]
Steve Lawrence commented on DAFFODIL-2383:
------------------------------------------
Looks like there is an edge case with SAX Parsing that we're a missing. When
testing a Link16 file format (schema not currently public), I get the following
exception:
{code}
[error] java.lang.NullPointerException
[error] at
org.apache.daffodil.infoset.SAXInfosetOutputter.doStartPrefixMapping(SAXInfosetOutputter.scala:140)
[error] at
org.apache.daffodil.infoset.SAXInfosetOutputter.doStartElement(SAXInfosetOutputter.scala:165)
[error] at
org.apache.daffodil.infoset.SAXInfosetOutputter.startSimple(SAXInfosetOutputter.scala:73)
[error] at
org.apache.daffodil.infoset.InfosetWalker.infosetWalkerStepMove(InfosetWalker.scala:455)
[error] at
org.apache.daffodil.infoset.InfosetWalker.maybeDoStep(InfosetWalker.scala:297)
[error] at
org.apache.daffodil.infoset.InfosetWalker.walk(InfosetWalker.scala:270)
...
{code}
> Implement SAX API
> -----------------
>
> Key: DAFFODIL-2383
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2383
> Project: Daffodil
> Issue Type: New Feature
> Components: API, Back End
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Major
>
> Proposal here:
> [https://cwiki.apache.org/confluence/display/DAFFODIL/Proposal%3A+SAX+API]
> Discussion Thread here:
> [https://lists.apache.org/thread.html/reb7c49def33f5e9d68a5e76b707a68a2c43e966ced244b231d677d7c%40%3Cdev.daffodil.apache.org%3E]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)