[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl]: How to handle two XML sources in one style sheet


Subject: Re: [xsl]: How to handle two XML sources in one style sheet
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Fri, 28 Sep 2001 17:39:17 -0400

[Uronis, Jeremy]
>
>
> This has been causing me problems. How to I create the
> left side of the page with one string of XML data
> and the right side of the page with another string
> of XML data from the same style sheet?
>
I don't know the exact mechanics using msxml3, but if the menu xml data were
in a separate file, you would use document('menu.xml') to get it.  I presume
you can do something like that using streams if you don't want to actually
use files.

> I want to have the menu template in another file
> so it can be included in many other stylesheets.
>

Sure, that's what <xsl:include> and <xsl:import> are for.  Again, if you
need to feed the stylesheet streams instead of files, I don't know the
mechanics.

Cheers,

Tom P



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



Current Thread
Keywords
xml