|
December 24, 2001 Coding to Version-Dependent XML Parser Tips: December 2001
Yehuda Shiran, Ph.D.
|
|
When you have side-by-side installation of XML parsers, you can create a different instance of the DOMDocument object for each parser. You just need to specify the parser's progID when creating the instance. The following code shows how to create an instance of the DOMDocument object using the version-dependent progID Msxml2.DOMDocument.3.0:
Similarly, to use the 2.6 version you will write:
People who read this tip also read these tips: Look for similar tips by subject: |