can xalan transform 2 xml using one xslt? 2007-01-29 - By keshlam@(protected)
Use the XSLT document() function to access the second source file, then write your transform to retrieve the needed data from both.
______________________________________ "... Three things see no end: A loop with exit code done wr ng, A semaphore untested, And the change that comes along. ..." -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html) <html><body> <p>Use the XSLT document() function to access the second source file, then write your transform to retrieve the needed data from both.<br> <br> ______________________________________<br> "... Three things see no end: A loop with exit code done wr ng,<br> A semaphore untested, And the change that comes along. ..."<br> -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (<a href="http://www .ovff.org/pegasus/songs/threes-rev-11.html">http://www.ovff.org/pegasus/songs /threes-rev-11.html</a>)</body></html>
|
|