[
https://issues.apache.org/jira/browse/WODEN-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523266
]
John Kaputin commented on WODEN-113:
------------------------------------
Per suggesion from Lawrence Mandel:
For the Woden DOM implementation, we should try to do this using the JAXP APIs.
If we need to use Xerces specific APIs, then the solution should include
'graceful degradation' so that the relevant code is only called if Xerces is
being used and if not, then line/col numbers are not reported but Woden still
runs.
> ErrorInfo should show Line/Column nos.
> --------------------------------------
>
> Key: WODEN-113
> URL: https://issues.apache.org/jira/browse/WODEN-113
> Project: Woden
> Issue Type: New Feature
> Components: Parser
> Reporter: John Kaputin
>
> The ErrorInfo interface has methods to return the line and column number of
> the WSDL element or attribute in error, but currently these always return
> zero. This behaviour needs to be implemented. For the DOM implementation of
> Woden, maybe consider subclassing the SAX parser object and extending it to
> capture this information during parsing. Perhaps stored in a separate
> collection, keyed by element qname.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]