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 2006/11/21 15:22:22 UTC

svn commit: r477683 - /xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp

Author: amassari
Date: Tue Nov 21 06:22:21 2006
New Revision: 477683

URL: http://svn.apache.org/viewvc?view=rev&rev=477683
Log:
Deprecated method AbstractDOMParser::setDoValidation has been removed

Modified:
    xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp?view=diff&rev=477683&r1=477682&r2=477683
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMDocument.cpp Tue Nov 21 06:22:21 2006
@@ -1380,7 +1380,6 @@
 
 
 	if (!pThis->m_bParseError && !pThis->m_bAbort) {
-		parser.setDoValidation(pThis->m_bThreadValidate);
 		//
 		//   this brings the COM component into better mimicry to MSXML
 		//      by not throwing a validation error when there is no DOCTYPE



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