RE: Multiple Input

Subject: RE: Multiple Input
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Fri, 19 Nov 1999 17:41:00 -0700
> Any way to have multiple inputs for one .xsl?

If your XSLT processor implements the document() function, then yes. This is
explained in section 12.1 of the XSLT 1.0 Recommendation, at
http://www.w3.org/TR/xslt#document

Example:
<xsl:apply-templates select="document('b.xml')"/>


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


Current Thread