Re: [xsl] buil a HTML from TWO XMLs

Subject: Re: [xsl] buil a HTML from TWO XMLs
From: Peter Davis <pdavis@xxxxxxxxx>
Date: Fri, 30 Nov 2001 00:57:52 -0800
Use the document() function; AFAIK it should be pretty standard XPath.

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

On Friday 30 November 2001 12:17 am, rafael vazquez wrote:
> Could you say me if it is possible to build a HTML document from TWO or
> more XML documents. If it is possible, could you say me what I need to use
> (XPATH, XLINK...)

-- 
Furthermore, I believe bacon prevents hair loss.
Peter Davis

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


Current Thread