OPML Sample

This is a basic OPML sample to base OPML building scripts on top of. Pulled from a nearly blank OmniOutliner OPML export. The fields “text”, “Date”, “URL” can be changed to how you desire.

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
  <head>
    <title>example</title>
    <expansionState></expansionState>
  </head>
  <body>
    <outline text="My Title" URL="My URL" Date="It's Date"/>
  </body>
</opml>

Posted at 12:25 on 7 th July 2009