Antwort: combining multiple data sources

Subject: Antwort: combining multiple data sources
From: thomas_harder@xxxxxxxxx
Date: Fri, 10 Dec 1999 07:57:02 +0100
hi clay,
 you could write in your xsl, a call of the  other xml file  by the document()
function.


<xsl:for-each select="document('c:\temp\sourcexml2.xml')">
     <xsl:for-each select="//CUSTOMER[@id= $CustID]">
          <h2>
               <xsl:value-of select="FIRSTNAME"/>
          </h2>
     </xsl:for-each>
<xsl:for-each>

maybe it helps.

thomas



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread