コード例 #1
0
ファイル: index.php プロジェクト: nin-jin/hyoo.ru
<?php

header('content-type:application/xml');
require_once '../../../so/autoload/so_autoload.php';
$xstyle = new so_xstyle();
$xstyle->pathXS = __DIR__ . '/test.xs';
$xsl = $xstyle->sync()->docXSL;
echo $xsl;