[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



