[ http://issues.apache.org/jira/browse/XERCESJ-1199?page=all ]
Michael Glavassevich resolved XERCESJ-1199.
-------------------------------------------
Resolution: Fixed
The StAXSAXHandler is now set as the LexicalHandler and DeclHandler on the
XMLReader. It's now able to handle comments and CDATA sections. It still
needs a bit of work to support DTD events (as well as the entity declaration
and notation properties).
> SAXXMLStreamReader should attempt to register a LexicalHandler as well as a
> ContentHandler
> ------------------------------------------------------------------------------------------
>
> Key: XERCESJ-1199
> URL: http://issues.apache.org/jira/browse/XERCESJ-1199
> Project: Xerces2-J
> Issue Type: Improvement
> Components: StAX
> Affects Versions: 2.8.1
> Reporter: Lucian Holland
> Assigned To: Michael Glavassevich
>
> Currently the SAXXMLStreamReader registers the StAXSAXHandler as a
> ContentHandler on the XMLReader from a supplied SAXSource, but makes no
> attempt to specify a LexicalHandler. It would be nice if it tried to do this,
> because that way the SAXXMLStreamReader would get more of the infoset (esp.
> comments) passed through to it if the underlying XMLReader was capable of
> doing so...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]