Skip to content
Snippets Groups Projects
Commit 12faa747 authored by Alberto Massari's avatar Alberto Massari
Browse files

Updated registry versioned registry key to state version 2.3.0, instead of 1.6.0

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175306 13f79535-47bb-0310-9956-ffa450edef68
parent 1ec2b842
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ The following lines would create an instance of a Xerces parser: ...@@ -27,7 +27,7 @@ The following lines would create an instance of a Xerces parser:
Dim xmlparser as new Xerces.DOMDocument Dim xmlparser as new Xerces.DOMDocument
Dim xmlparser as new DOMDocument Dim xmlparser as new DOMDocument
Set object = CreateObject("Xerces.DOMDocument") Set object = CreateObject("Xerces.DOMDocument")
set object = CreateObject("Xerces.DOMDocument.1.6.0") set object = CreateObject("Xerces.DOMDocument.2.3.0")
If you leave both MSXML and Xerces in the same project, you may need to disambiguate interfaces by prepending MSXML or Xerces. If you leave both MSXML and Xerces in the same project, you may need to disambiguate interfaces by prepending MSXML or Xerces.
......
HKCR HKCR
{ {
Xerces.DOMDocument.1.6.0 = s 'Apache Xerces Parser for COM' Xerces.DOMDocument.2.3.0 = s 'Apache Xerces Parser for COM'
{ {
CLSID = s '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}' CLSID = s '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}'
} }
Xerces.DOMDocument = s 'Apache Xerces Parser For COM' Xerces.DOMDocument = s 'Apache Xerces Parser For COM'
{ {
CLSID = s '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}' CLSID = s '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}'
CurVer = s 'Xerces.DOMDocument.1.6.0' CurVer = s 'Xerces.DOMDocument.2.3.0'
} }
NoRemove CLSID NoRemove CLSID
{ {
ForceRemove = '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}' = s 'Apache Xerces Parser for COM' ForceRemove = '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}' = s 'Apache Xerces Parser for COM'
{ {
ProgID = s 'Xerces.DOMDocument.1.6.0' ProgID = s 'Xerces.DOMDocument.2.3.0'
VersionIndependentProgID = s 'Xerces.DOMDocument' VersionIndependentProgID = s 'Xerces.DOMDocument'
ForceRemove 'Programmable' ForceRemove 'Programmable'
InprocServer32 = s '%XMLMODULE%' InprocServer32 = s '%XMLMODULE%'
......
HKCR HKCR
{ {
IBMXML.XMLHttpRequest.1.6.0 = s 'Apache Xerces XML Http Request' IBMXML.XMLHttpRequest.2.3.0 = s 'Apache Xerces XML Http Request'
{ {
CLSID = s '{3A725053-15FB-4065-9171-BC02BCF3876C}' CLSID = s '{3A725053-15FB-4065-9171-BC02BCF3876C}'
} }
IBMXML.XMLHttpRequest = s 'Apache Xerces XML Http Request' IBMXML.XMLHttpRequest = s 'Apache Xerces XML Http Request'
{ {
CLSID = s '{3A725053-15FB-4065-9171-BC02BCF3876C}' CLSID = s '{3A725053-15FB-4065-9171-BC02BCF3876C}'
CurVer = s 'Xerces.XMLHttpRequest.1.6.0' CurVer = s 'Xerces.XMLHttpRequest.2.3.0'
} }
NoRemove CLSID NoRemove CLSID
{ {
ForceRemove {3A725053-15FB-4065-9171-BC02BCF3876C} = s 'Apache Xerces XML Http Request' ForceRemove {3A725053-15FB-4065-9171-BC02BCF3876C} = s 'Apache Xerces XML Http Request'
{ {
ProgID = s 'Xerces.XMLHttpRequest.1.6.0' ProgID = s 'Xerces.XMLHttpRequest.2.3.0'
VersionIndependentProgID = s 'Xerces.XMLHttpRequest' VersionIndependentProgID = s 'Xerces.XMLHttpRequest'
ForceRemove 'Programmable' ForceRemove 'Programmable'
InprocServer32 = s '%XMLMODULE%' InprocServer32 = s '%XMLMODULE%'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment