update : 2015.11.03
php.shukuma.com검색:
|
XSLTProcessor::transformToDoc(PHP 5) XSLTProcessor::transformToDoc — Transform to a DOMDocument 설명Transforms the source node to a DOMDocument applying the stylesheet given by the XSLTProcessor::importStylesheet() method. 인수
반환값
The resulting DOMDocument or 예제
Example #1 Transforming to a DOMDocument
<?php 위 예제의 출력: Hey! Welcome to Nicolas Eliaszewicz's sweet CD collection! 참고
|