This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]