Ce code écrit avec php5
Ma question: Comment transformer ce code à php4Code:
1
2
3
4
5
6
7
8
9
10 $xml = new DOMDocument; $xml->loadXML($this->xml); $xsl = new DOMDocument; $xsl->loadXML($this->xsl); $proc = new XSLTProcessor; $proc->importStyleSheet($xsl); $proc->transformToXML($xml;
Merci.........