|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: XSLT Question: Inserting a DOCT, David Carlisle | Thread | RE: New twist: eliminating nodes wi, Pawson, David |
| Re: XSLT Question: Inserting a DOCT, Steve Muench | Date | Re: xt pipeline, Mark D. Anderson |
| Month |