|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






