Project

Profile

Help

XSLT from 2 xml sources

Added by Anonymous almost 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


Replies (1)

RE: XSLT from 2 xml sources - Added by Anonymous almost 16 years ago

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.

    (1-1/1)

    Please register to reply