- 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
14 lines
318 B
PHP
14 lines
318 B
PHP
<?php
|
|
/***************************************************************************
|
|
./xml/ocxml12.php
|
|
|
|
For license information see doc/license.txt
|
|
|
|
Unicode Reminder メモ
|
|
|
|
***************************************************************************/
|
|
|
|
$ocxmlversion = 13;
|
|
include("ocxml11.php");
|
|
|
|
?>
|