[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] merging two documents - only if second document matches
Subject: [xsl] merging two documents - only if second document matches
From: mjyoungblut@xxxxxxx
Date: Thu, 1 Feb 2001 11:03:08 -0600
|
I have two documents, file A and file B. I want to join them on the id of
the first, but only if a matching id is in the 2nd. How do I do this?
File A File B Desired Output
<id> A </id> <id> A </id> <id> A </id>
<id> B </id> <id> C </id> <id> D </id>
<id> D </id> <id> D </id>
Thanks,
Matt Youngblut
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|