|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Antwort: combining multiple data sources
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








