Hi,

I have two xml files; xml1 and xml2. Using some form of xml parsing, I would like to import selected nodes from xml1 and xml2 into a resulting file; xml3; to form a new document. I know how to use xslt to format one document, but not to join multiple documents together. Does anyone have an example of this?