load("planet-big.xml"); $xsl = new DomDocument(); $xsl->load("planet-dom.xsl"); $proc = new XsltProcessor(); $proc->importStylesheet($xsl); print $proc->transformToXml($dom); memReport();