[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0

Subject: Re: Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0 and .NET and VB)
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Mon, 02 Jul 2007 11:55:53 -0400
Re:  Testing with MSXML 3.0 or MSXML 6.0 (WAS: XSL 2.0
On Mon, 2007-07-02 at 09:08 -0600, M. David Peterson wrote:
> On Mon, 02 Jul 2007 06:47:26 -0600, Manfred Staudinger  
> <manfred.staudinger@xxxxxxxxx> wrote:
> 
> > The other consideration was, should I upgrade to MSXML6 ? Sure I should,
> > but when ? Would this mean to lose the ability to test with MSXML3 ?
> > You see, many question marks, few if any answers (from MS).
> 
> Just noticed that the source for the msxsl.exe utility is now available >  
> http://www.microsoft.com/downloads/details.aspx?FamilyId=2FB55371-C94E-4373-B0E9-DB4816552E41&displaylang=en
> 
> Not sure if this will be of any help, but never noticed the source was  
> available before now.  Something new?  Well, regardless, this should be  
> easy enough to hack into specifying which version of MSXML to use during  
> the transformation.

How about:

var versions = ["Msxml2.DOMDocument.6.0", "Msxml2.DOMDocument.5.0",
"Msxml2.DOMDocument.4.0", "Msxml2.DOMDocument.3.0", ,
"MSXML2.DOMDocument", "MSXML.DOMDocument", "Microsoft.XMLDOM"];

for (var i=0; i < versions.length; i++) {
  try {
    new ActiveXObject(versions[i]);
    alert("Using: " + versions[i]);
    break;
  } catch (e) {}
}

best,
-Rob

> 
> I think ;-)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.