I'm building a web application and it will be significantly faster if the client uses IE4+ and MSXML parser.
However, I want to write to the latest W3C standards, which means that the client (apart from IE4+ requirement) needs to:
- install MSXML 3.0
- may have to run xmlinst.exe to make some registry changes (automatic; not all of them need to do this)
The total download size is around 700KB or so.
It *is* an optional feature and I *will* have an option where the server does all this work and sends back HTML only.
However, I was curious whether you would install a new parser if a web application you use quite often can show a significant increase in response time by installing a parser.
However, I want to write to the latest W3C standards, which means that the client (apart from IE4+ requirement) needs to:
- install MSXML 3.0
- may have to run xmlinst.exe to make some registry changes (automatic; not all of them need to do this)
The total download size is around 700KB or so.
It *is* an optional feature and I *will* have an option where the server does all this work and sends back HTML only.
However, I was curious whether you would install a new parser if a web application you use quite often can show a significant increase in response time by installing a parser.
