1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Evolution API Reference: libecal, the Calendar Library</title>
</bookinfo>
<chapter>
<title>Evolution API Reference: libecal, the Calendar Library</title>
<xi:include href="xml/e-cal.xml"/>
<xi:include href="xml/e-cal-component.xml"/>
<xi:include href="xml/e-cal-listener.xml"/>
<xi:include href="xml/e-cal-view.xml"/>
<xi:include href="xml/e-cal-view-listener.xml"/>
<xi:include href="xml/e-cal-recur.xml"/>
<xi:include href="xml/e-cal-time-util.xml"/>
<xi:include href="xml/e-cal-types.xml"/>
<xi:include href="xml/e-cal-util.xml"/>
</chapter>
<index>
<title>Index</title>
</index>
</book>
|