How can format a XML doument with multiple XSL files?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

How can format a XML doument with multiple XSL files?

Post by fastfingertips »

I would like to do that without calling the transformation for each xsl (and also to create a different DOMDocument object for each xsl file).
Post Reply