[XML] properly handle normalizedString
& token
#451
Labels
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
CycloneDX uses http://www.w3.org/2001/XMLSchema - which defines
normalizedString
as follows:CycloneDX uses http://www.w3.org/2001/XMLSchema - which defines
token
as follows:therefore, on XML-normalization for
):
normalizedString
, the following chars must be replaced by space(\r
(#xD)\n
(#xA)\t
(#x9)Therefore, on XML-normalization for
token
, the following must aplpy:Affected are only fields that are defined as
normalizedString
respectivetoken
in XML spec!Other field MUST NOT be affected!
The text was updated successfully, but these errors were encountered: