posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

MSXML 3.0 SP5

Eccolo qui. Visto che è il parser di default di IE6, vi consiglio di aggiornarlo, ma attenzione ai problemi noti...

Cosa aggiorna:

MSXML 3 SP5 has a number of bug fixes including those detailed in the following Knowledge Base (KB) articles:

·         Article 811045: XSL requests within IE do not use the client-side cache correctly (http://support.microsoft.com/?id=811045).

·         Article 832414: XMLHTTP call fails for URLs with embedded user credentials (http://support.microsoft.com/?id=832414).

Problemi noti:

MSXML 3.0 SP5 introduces changes for IXMLDOMSchemaCollection, which in some cases could break your existing application code if it uses and depends upon SP stability for msxml3.dll in the following ways:

·         IDispatch, specifically where your IXMLDOMSchemaCollection code depends upon DispIDs returned from IDispatch::GetIDsOfNames method

·         IDispatchEx, specifically where your IXMLDOMSchemaCollection code depends upon IDispatchex::GetDispID method to retrieve DispIDs

Specifically, breaking changes occur if your code involves calls to IDispatch::Invoke or IDispatchEx::InvokeEx using DispIDs which were not derived from a call to IDispatch::GetIDsOfNames or IDispatchEx::GetDispID on that same object. The only methods to be impacted are the properties and methods on the IXMLDOMSchemaCollection object.

This is a temporary issue that is expected to be addressed in future service pack updates for MSXML 3.0.

Print | posted on giovedì 23 giugno 2005 21:14 |

Comments have been closed on this topic.