Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: MSXML 3 Replaced By MSXML6 - Help

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 2/13/2009 2:19:00 PM
Don Miller wrote:
> For many reasons (that were discussed here in 2007 including using 
> XSLPatterns versus XPath), I have chosen to use MSXML 3.0 instead of 6.0 
> when I am interacting with SQL Server Reporting Services SOAP (the Prog ID I 
> use is MSXML2.DOMDocument.3.0 to parse and MSXML2.ServerXMLHTTP.6.0 to send 
> the request)
> 
> Everything was fine up until I upgraded my SQL Server 2005 yesterday, and I 
> inadvertently chose an option to install MSXML 6.0 during the upgrade. It 
> seems that my 3.0 code doesn't work anymore and I get the error "Object 
> required: 'xmldoc.documentElement'" where I use (Classic ASP) set xmldoc = 
> Server.CreateObject("MSXML2.DOMDocument.3.0") .
> 
> I thought that my 3.0 would still be there along with 6.0. 

MSXML 4, 5, 6 all install side by side to MSXML 3. Only MSXML 3 might 
replace older version like 2.6. So installation of MSXML 6 can't change 
or even remove your MSXML 3 installation.
The error must have different reasons. Can you give a clear description 
of the error? Does
   set xmldoc = Server.CreateObject("MSXML2.DOMDocument.3.0")
really not work any more?
But why would you get an error
   Object required: 'xmldoc.documentElement'
for that line, that does not make sense, it rather sounds as if the XML 
you are trying to parse is not well-formed and therefore the xmldoc 
object does not have a documentElement.





-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent