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   
Extensible Markup Language  |  2001-08-24  |  2KB  |  55 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <opml version="1.0">
  3.     <head>
  4.     <title>Todo List</title>
  5.     <dateCreated>Tue, 31 Oct 2000 17:00:17 CET</dateCreated>
  6.     <dateModified>Tue, 31 Oct 2000 17:00:17 CET</dateModified>
  7.     <ownerName>Arthur Dent</ownerName>
  8.     <ownerEmail>info@trolltech.com</ownerEmail>
  9.     </head>
  10.     <body>
  11.     <outline text="Background">
  12.         <outline text="This is an example todo list."/>
  13.     </outline>
  14.     <outline text="Books to read">
  15.         <outline text="Science Fiction">
  16.         <outline text="Philip K. Dick">
  17.             <outline text="Do Androids Dream of Electical Sheep?"/>
  18.             <outline text="The Three Stigmata of Palmer Eldritch"/>
  19.         </outline>
  20.         <outline text="Robert A. Heinlein">
  21.             <outline text="Stranger in a Strange Land"/>
  22.         </outline>
  23.         <outline text="Isaac Asimov">
  24.             <outline text="Foundation and Empire"/>
  25.         </outline>
  26.         </outline>
  27.         <outline text="Qt Books (in English)">
  28.         <outline text="Dalheimer: Programming with Qt"/>
  29.         <outline text="Griffith: KDE 2/Qt Programming Bible"/>
  30.         <outline text="Hughes: Linux Rapid Application Development"/>
  31.         <outline text="Solin: Qt Programming in 24 hours"/>
  32.         <outline text="Ward: Qt 2 Programming for Linux and Windows 2000"/>
  33.         </outline>
  34.     </outline>
  35.     <outline text="Shopping list">
  36.         <outline text="General">
  37.         <outline text="Towel"/>
  38.         <outline text="Hair dryer"/>
  39.         <outline text="Underpants"/>
  40.         </outline>
  41.         <outline text="For Sunday">
  42.         <outline text="Beef"/>
  43.         <outline text="Rice"/>
  44.         <outline text="Carrots"/>
  45.         <outline text="Beans"/>
  46.         <outline text="Beer"/>
  47.         <outline text="Wine"/>
  48.         <outline text="Orange juice"/>
  49.         </outline>
  50.     </outline>
  51.     <outline text="Write a letter to Ford">
  52.     </outline>
  53.     </body>
  54. </opml>
  55.