home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
qt3_emx.zip
/
examples
/
xml
/
outliner
/
todos.opml
< prev
Wrap
Extensible Markup Language
|
2001-08-24
|
2KB
|
55 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
<head>
<title>Todo List</title>
<dateCreated>Tue, 31 Oct 2000 17:00:17 CET</dateCreated>
<dateModified>Tue, 31 Oct 2000 17:00:17 CET</dateModified>
<ownerName>Arthur Dent</ownerName>
<ownerEmail>info@trolltech.com</ownerEmail>
</head>
<body>
<outline text="Background">
<outline text="This is an example todo list."/>
</outline>
<outline text="Books to read">
<outline text="Science Fiction">
<outline text="Philip K. Dick">
<outline text="Do Androids Dream of Electical Sheep?"/>
<outline text="The Three Stigmata of Palmer Eldritch"/>
</outline>
<outline text="Robert A. Heinlein">
<outline text="Stranger in a Strange Land"/>
</outline>
<outline text="Isaac Asimov">
<outline text="Foundation and Empire"/>
</outline>
</outline>
<outline text="Qt Books (in English)">
<outline text="Dalheimer: Programming with Qt"/>
<outline text="Griffith: KDE 2/Qt Programming Bible"/>
<outline text="Hughes: Linux Rapid Application Development"/>
<outline text="Solin: Qt Programming in 24 hours"/>
<outline text="Ward: Qt 2 Programming for Linux and Windows 2000"/>
</outline>
</outline>
<outline text="Shopping list">
<outline text="General">
<outline text="Towel"/>
<outline text="Hair dryer"/>
<outline text="Underpants"/>
</outline>
<outline text="For Sunday">
<outline text="Beef"/>
<outline text="Rice"/>
<outline text="Carrots"/>
<outline text="Beans"/>
<outline text="Beer"/>
<outline text="Wine"/>
<outline text="Orange juice"/>
</outline>
</outline>
<outline text="Write a letter to Ford">
</outline>
</body>
</opml>