Re: [PHP-XML-DEV] multiple xsl docs
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Kevin Waterson > I wish to apply two xsl docs to a single xml doc/string I am assuming you do not want 2 separate dom objects from the transformation and that you cant take the resulting dom object from the 1st transformation and use it as the input for the second transformation (as you would lose some of the origional xml data not handled by first transformation). In this case, it sounds like you would need to have the first xsl sheet include the 2nd sheet and run it as a single transformation. Rob