summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/calendar/calendar.xml
blob: ae9e57036ef157c4b97b63a0971c62370e3558e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>

<!--

file      : examples/cxx/tree/custom/calendar/calendar.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<cal:events xmlns:cal="http://www.codesynthesis.com/calendar"
	     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	     xsi:schemaLocation="http://www.codesynthesis.com/calendar calendar.xsd">

  <event title="Bike ride" date="2006-09-04">
  Don't forget to change the tire.
  </event>

  <event title="Mountain hike" date="2006-09-05">
  Can be cancelled if it is too cold.
  </event>

</cal:events>