Re: Parsing large amounts of data (200,000 entries) with XML?

From: Bonj (anonymous_at_discussions.microsoft.com)
Date: 03/17/04


Date: Wed, 17 Mar 2004 04:56:09 -0800


     The problem is that you only have the 3.0 version of the parser. The
     fully qualified progID for the 4.0 would be MSXML2.DomDocument40 (or
     MSXML2.DomDocument.4.0 when using CreateObject). Don't ask me why, but
     Microsoft went from the MSXML library name with version three to the
     MSXML2 library name with version four.

Unfortunately the fact that DLL hell exists at all with it is enough to put me off - it doesn't make it any better that it's capable of being cured. The fact is if I go down this route I'm likely to end up having produced something that works beautifully and then my boss will just look at me like an idiot because it doesn't work on his PC because he hasn't got the right version of the library. DLL-hell puts it in a whole different ball-park really - if you are competing with things that have to accept that DLL-hell may exist, well it's a whole different area of competition. Learn the simple golden rule - *early binding sucks*!!!!

     
     You should just be able to go to http://www.microsoft.com/xml and it
     should redirect you to where you need to go.

Should, should, should. If everything that 'should' happen did happen, just think what a magnificently perfect situation we'd be in.
     
     I am cobbling together a XML->HTML via XSL sample for you. I'll see if
     I can get it running on the 3.0 parser, too. I'll post back here within
     the hour.

If you can get it working with late-binding that'd be amazing. Thanks.

     
     --Joseph
     



Relevant Pages

  • RE: Config error using domain user for ASP.NET worker process
    ... I have located the problem and Microsoft might want to ... My only guess is the ampersand causes the parser to puke ... >Bassel Tabbara ... Config error using domain user for ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Convert MS-Word to plain text
    ... if someone already wrote a parser for it, but at least it should be ... The docx format only applies to Word 2007. ... Microsoft have also made their binary formats for other versions of Word public: ... Here is a quick program to save a Word file as text: ...
    (comp.lang.perl.modules)