Erklärung: Was ist OPML

Beispiel für eine OPML Datei


<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
    <title>Abonnierte Feeds</title>
    <dateCreated>Mon, 27 Feb 2006 12:24:28 GMT</dateCreated>
    <dateModified>Mon, 27 Feb 2006 12:24:28 GMT</dateModified>
</head>
<body>
    <outline text="Mac-TV.de" type="rss" xmlUrl="http://www.mac-tv.de/RSS_Gratisfilm.lasso" />
    <outline text="lemotox" type="rss" xmlUrl="http://www.lemotox.de/feed.xml" />
</body>
</opml>