XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have a xslt which can transform 2 different xml input files. the 2 input files are going to be fed to the xslt separately. My doubt is whether it was possible
Yes of course it's possible. There wouldn't be much point in XSLT if you had to write a different stylesheet for every source document.
Do you mean that a single execution of the stylesheet processes two input files to create a single output? In that case you can read one of the input files using the document() function or you can supply it as a stylesheet parameter.
Michael Kay http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference