예제 #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;