<?xml version="1.0" encoding="ISO-8859-1"?>

<!--
  OPML Specification reference:

  Compatibility
  Before the 1.0 format was frozen the top-level element of the format
  was called outlineDocument. Radio UserLand will continue to read such
  documents.
-->

<!--
  Description:  outlineDocument supported for backwards compatibility
  Expect:       ObsoleteVersion
-->

<outlineDocument>
	<head>
		<title>outlineDocument top-level element</title>
		</head>
	<body>
		<outline text="Outline text"/>
		</body>
	</outlineDocument>

