# OPML

### Example 1

#### Example Mind Map

<figure><img src="https://3825982875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvpEytOMv8LQf2bKlqaAc%2Fuploads%2FCz2g9yxYSwBTB5nNChjE%2FScreenshot%202024-10-30%20at%2012.52.24.png?alt=media&#x26;token=21789af8-02bf-4eb7-80b7-949fa2e342a8" alt=""><figcaption><p>A screenshot of a Mind Map in Miro</p></figcaption></figure>

#### OPML Export

```xml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>mindmap.opml</title>
    <dateCreated>Wed Oct 30 2024 12:53:23 GMT+0000 (Greenwich Mean Time)</dateCreated>
  </head>
  <body>
    <outline text="Simple map">
      <outline text="node d">
        <outline text="4"/>
      </outline>
      <outline text="node c">
        <outline text="3"/>
      </outline>
      <outline text="node b">
        <outline text="2"/>
      </outline>
      <outline text="node a">
        <outline text="1"/>
      </outline>
    </outline>
  </body>
</opml>
```

OPML is compatible with other Mind mapping software such as Mind Manager.
