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

Cart



