Skip to content

XML format: do we have a whitespace policy? #1004

@jskeet

Description

@jskeet

For example, assuming appropriate namespaces, should we automatically preserve leading and trailing whitespace on context attributes?

<event>
  <!-- All the standard attributes etc -->
  <customattribute1 xsi:type="ce:string">    middle     </customattribute1>
  <customattribute2 xsi:type="ce:string">
    middle
  </customattribute2>
</event>

How does this apply to text and base64 data elements?

(Doug: please assign to me or Jem as a starting point.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions