You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2003/10/21 23:14:41 UTC

cvs commit: xml-xerces/c/src/xercesc/com README.txt xmldocument.rgs xmlhttprequest.rgs

amassari    2003/10/21 14:14:41

  Modified:    c/src/xercesc/com README.txt xmldocument.rgs
                        xmlhttprequest.rgs
  Log:
  Updated registry versioned registry key to state version 2.3.0, instead of 1.6.0
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/c/src/xercesc/com/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/com/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	1 Feb 2002 22:21:40 -0000	1.1
  +++ README.txt	21 Oct 2003 21:14:41 -0000	1.2
  @@ -27,7 +27,7 @@
   Dim xmlparser as new Xerces.DOMDocument
   Dim xmlparser as new 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.
   
  
  
  
  1.2       +3 -3      xml-xerces/c/src/xercesc/com/xmldocument.rgs
  
  Index: xmldocument.rgs
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/com/xmldocument.rgs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xmldocument.rgs	1 Feb 2002 22:21:40 -0000	1.1
  +++ xmldocument.rgs	21 Oct 2003 21:14:41 -0000	1.2
  @@ -1,19 +1,19 @@
   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}'
   	}
   	Xerces.DOMDocument = s 'Apache Xerces Parser For COM'
   	{
   		CLSID = s '{C4775B61-ECD6-11d4-94B4-00A0CC57CBCB}'
  -		CurVer = s 'Xerces.DOMDocument.1.6.0'
  +		CurVer = s 'Xerces.DOMDocument.2.3.0'
   	}
   	NoRemove CLSID
   	{
   		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'
   			ForceRemove 'Programmable'
   			InprocServer32 = s '%XMLMODULE%'
  
  
  
  1.2       +3 -3      xml-xerces/c/src/xercesc/com/xmlhttprequest.rgs
  
  Index: xmlhttprequest.rgs
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/com/xmlhttprequest.rgs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xmlhttprequest.rgs	1 Feb 2002 22:21:42 -0000	1.1
  +++ xmlhttprequest.rgs	21 Oct 2003 21:14:41 -0000	1.2
  @@ -1,19 +1,19 @@
   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}'
   	}
   	IBMXML.XMLHttpRequest = s 'Apache Xerces XML Http Request'
   	{
   		CLSID = s '{3A725053-15FB-4065-9171-BC02BCF3876C}'
  -		CurVer = s 'Xerces.XMLHttpRequest.1.6.0'
  +		CurVer = s 'Xerces.XMLHttpRequest.2.3.0'
   	}
   	NoRemove CLSID
   	{
   		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'
   			ForceRemove 'Programmable'
   			InprocServer32 = s '%XMLMODULE%'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org