[
https://issues.apache.org/jira/browse/XERCESC-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322498#comment-16322498
]
Andreas Krantz commented on XERCESC-1854:
-----------------------------------------
I created an issue XERCESC-2130 to handle this. Tried to create a path that I
just attached to the issue.
> Serialization does not detect invalid XML characters
> ----------------------------------------------------
>
> Key: XERCESC-1854
> URL: https://issues.apache.org/jira/browse/XERCESC-1854
> Project: Xerces-C++
> Issue Type: Bug
> Components: DOM
> Affects Versions: 3.0.1
> Reporter: Boris Kolpackov
> Assignee: Alberto Massari
> Fix For: 3.2.0
>
> Attachments: test.cxx
>
>
> The attached test case serializes an invalid XML 1.0 document that contains a
> character with value 0x04. See http://www.w3.org/TR/REC-xml/#NT-Char for the
> list of valid characters in an XML 1.0 document.
> I've done some digging and it seems that XMLFormatter should check for this.
> In fast, there is already code for XML 1.1 that checks for these control
> characters since they need to be escaped in 1.1. It looks like we need to
> check for invalid characters when in the 1.0 mode. There is the
> XMLChar1_0::isXMLChar() function which can presumably be used.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]