View Bug Details

IDProjectCategoryView StatusLast Update
0002466DCP-o-maticFeaturespublic2023-02-21 10:28
Reportermhm Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Target Version2.16.x 
Summary0002466: Make sure to meet constraints on XML files as specified by ST 429-17 "XML Constraints"
Description

Maybe also check in verifier:

Encoding:

  • UTF-8 character encoding

XML Prolog:

  • The version attribute shall be present and its value shall be 1.0.
  • The encoding attribute shall be present and its value shall be UTF-8.
  • The standalone attribute may be present, and when present, its value shall be no.

Document Start/End:

  • start with the LESS-THAN SIGN character (U+003C)
  • not contain Byte Order Mark
  • end either with one LF character (U+000A), or with one CR character (U+000D) followed by one LF character (U+000A). This(ese) character(s) should appear immediately after last element - i.e., immediately following the final GREATER-THAN SIGN character (U+003E).

Prohibited Elements

  • !DOCTYPE
  • !ELEMENT
  • !ATTLIST
  • ![CDATA[]]

Top Level XML Element Namespace
The top level XML element should use a default namespace - i.e., no namespace qualifier should be associated with the top level XML element or any child element belonging to the default namespace.

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredUndecided

Activities

There are no notes attached to this issue.

Bug History

Date Modified Username Field Change
2023-02-21 01:20 mhm New Bug
2023-02-21 10:28 carl Status new => acknowledged
2023-02-21 10:28 carl Target Version => 2.16.x
2023-02-21 10:28 carl Estimated work required => Undecided