Skip to content

Introduce support for XML data format #21

@boyko-ant

Description

@boyko-ant

test data:

<root>
  <links>
    <name>facebook</name>
    <url>https://facebook.com</url>
  </links>
  <links>
    <name>twitter</name>
    <url>https://twitter.com</url>
  </links>
</root>
<root>
  <links>
    <link name="facebook" url="https://facebook.com" />
    <link name="twitter" url="https://twitter.com" />
  </links>
</root>
<root>
  <links>
    <link name="facebook">
      <url>https://facebook.com</url>
    </link>
    <link name="twitter">
      <url>https://twitter.com</url>
    </link>
  </links>
</root>
<root>
  <links>
    <link name="facebook">
      https://facebook.com
    </link>
    <link name="twitter">
      https://twitter.com
    </link>
  </links>
</root>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions