tohokuaikiのチラシの裏

技術的ネタとか。

2013-12-09から1日間の記事一覧

XSLTのメモ

PHPで validateOnParse = true; $xml->loadXML($xmltext); $xsl = new DOMDocument(); $xsl->loadXML($xsltext); $processor = new XSLTProcessor(); $processor->importStyleSheet($xsl); echo $processor->transformToXML($xml); だけのを用意して、$xmlte…