[
https://issues.apache.org/jira/browse/XERCESC-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Cantor updated XERCESC-2090:
----------------------------------
Affects Version/s: 3.0.0
3.0.1
3.1.0
3.1.1
3.1.2
3.1.3
> Incorrect Parsing of NOTATION declarations
> ------------------------------------------
>
> Key: XERCESC-2090
> URL: https://issues.apache.org/jira/browse/XERCESC-2090
> Project: Xerces-C++
> Issue Type: Bug
> Components: DOM, Non-Validating Parser
> Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4
> Reporter: Gal Yaroslavsky
> Priority: Minor
> Labels: processing, specification
> Fix For: 3.2.0
>
> Attachments: AbstractDOMParser.cpp
>
>
> Notation declarations are incorrectly processed/output by
> AbstractDomParser::notationDecl
> XML spec. does not support both PUBLIC and SYSTEM keywords in the same
> notation declaration. The presence of PUBLIC implies a system notation so the
> the SYSTEM keyword is redundant and thus not valid. However, the function
> (AbstractDomParser::notationDecl) ignores this constraint and outputs the
> SYSTEM keyword even if PUBLIC keyword was already printed.
> Attached is a proposed fix (see lines 1667-1697).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]