You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/06/26 03:20:26 UTC

cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp

dbertoni    2002/06/25 18:20:26

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Disable reporting of conflicts in templates as default.
  
  Revision  Changes    Path
  1.145     +1 -1      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- XSLTEngineImpl.cpp	17 May 2002 16:45:02 -0000	1.144
  +++ XSLTEngineImpl.cpp	26 Jun 2002 01:20:25 -0000	1.145
  @@ -180,7 +180,7 @@
   	m_problemListener(&m_defaultProblemListener),
   	m_stylesheetRoot(0),
   	m_traceSelects(false),
  -	m_quietConflictWarnings(false),
  +	m_quietConflictWarnings(true),
   	m_diagnosticsPrintWriter(0),
   	m_durationsTable(),
   	m_traceListeners(),
  
  
  

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