Files
oc-server3/htdocs/xml/ocxml13.php
following a93c994aa9 XML interface update to version 1.3, see htdocs/doc/xml/xml11.html
- new caches element <wpts> for additional waypoints
- added time to logs <date> field
- renamed pictures <attributes> field to <picattr>
- added preview flag to <picattr>
- fixed errors in v1.1 and 1.2 DTDs
2013-05-10 21:03:45 +02:00

14 lines
318 B
PHP

<?php
/***************************************************************************
./xml/ocxml12.php
For license information see doc/license.txt
Unicode Reminder メモ
***************************************************************************/
$ocxmlversion = 13;
include("ocxml11.php");
?>