All checks were successful
continuous-integration/drone/push Build is passing
* All <body> elements in news and event xml files now consist of <p> elements. * XSL templates to display news and event feeds are further consolidated. * All verbose news and event listings now display a learn-more link.
17 lines
522 B
XML
17 lines
522 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<eventset>
|
|
<version>1</version>
|
|
|
|
<event start="2005-09-30" end="2005-09-30">
|
|
<title>OpenOffice.org Conf 2005</title>
|
|
<body>
|
|
<p>
|
|
Stefano Maffulli, Italian Chancellor, will be speaking at the OpenOffice.org Conference 2005 in Koper - Capodistria (Slovenia).
|
|
Participants are invited to register (free of charge).
|
|
</p>
|
|
</body>
|
|
<page>http://marketing.openoffice.org/conference/</page>
|
|
</event>
|
|
</eventset>
|