oc-server3/htdocs/xml/ocxml12.php
following 17e56684e3 changed nano size XML implementation
and implemented clean XML versioning for new features
2013-02-17 02:30:35 +01:00

14 lines
318 B
PHP

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