6372cbcf9d
- fixed version 1.2 dtd - added log types 9..12 to version 1.3
14 lines
318 B
PHP
14 lines
318 B
PHP
<?php
|
|
/***************************************************************************
|
|
./xml/ocxml13.php
|
|
|
|
For license information see doc/license.txt
|
|
|
|
Unicode Reminder メモ
|
|
|
|
***************************************************************************/
|
|
|
|
$ocxmlversion = 13;
|
|
include("ocxml11.php");
|
|
|
|
?>
|