RE: msxml install

Subject: RE: msxml install
From: Ytai Ben-Tsvi <YtaiBT@xxxxxxxx>
Date: Tue, 17 Oct 2000 13:08:29 +0200
1. installing the sdk is quite simple:
run the exe that you d/l. specify a temporary dir for extraction. the
self-extractor creates a .msi file in your temp dir. run it. sdk will be
installed in c:\program files\microsoft xml parser sdk
p.s.: you'll need the ms installer for that if you don't.


as for your other question there's a trick for executing a "for" style loop.
create a named template that gets from and to as number params and returns a
node-set of Number elements (or any other name) containing the Number. you
can use a recursion for writing this template. then, write a for-each
statment on your generated node-set. or: much simpler but not standard -
call a script from the xsl (msxsl:script tag if you're using msxml)


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


Current Thread