这是indexloc提供的服务,不要输入任何密码
Skip to content

Investigate third party packages to minimize XML diff #1998

@cuixq

Description

@cuixq

One more XML issue is found with the encoding/xml package: CDATA is omitted when we decode then encode the tokens.

For example,

<something>
  <![CDATA[
    anything
  ]]>
</something>

is output as

<something>
    anything
</something>

.

We probably should investigate some third party package that modifies the XML as little as possible to avoid more issues to appear in the future.

Metadata

Metadata

Assignees

No one assigned

    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