XSLT from 2 xml sources
Replies (1)
Please register to reply
Added by Anonymous about 16 years ago
Legacy ID: #5242221 Legacy Poster: Bartolomeo Nicolotti (bnicolotti)
Hi, I'd like to know if it's possible to have xslt to handle 2 input xml files merging data from both? Many thanks, B.Nicolotti
Legacy ID: #5242337 Legacy Poster: Michael Kay (mhkay)
Of course. One input can be the primary input document, the other can be read using the doc() or document() function. Or in XSLT 2.0 it can be symmetric: don't have a primary input, read both using doc(). XSLT coding questions that aren't directly relevant to the Saxon implementation should really be asked on the xsl-list at mulberrytech.com.
Please register to reply