Re: [PHP-XML-DEV] multiple xsl docs
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
The example doesnt make sense. You transform the first, then basically throw away the results by doing the second transformation into the same variable. I still dont get what you are trying to accomplish. Rob From: Kevin Waterson > // create domDocument from transformation (returns domDocument) > $result = $proc->transformToDoc($dom); > // transform again with the second xsl doc > $result = $proc2->transformToDoc($dom);