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...@locus.apache.org on 2000/07/14 00:19:46 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesParserLiaison.cpp

dbertoni    00/07/13 15:19:46

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.cpp
  Log:
  Make default for expand entity refs flag false.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp
  
  Index: XercesParserLiaison.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XercesParserLiaison.cpp	2000/07/13 17:56:06	1.10
  +++ XercesParserLiaison.cpp	2000/07/13 22:19:45	1.11
  @@ -93,7 +93,7 @@
   	m_DOMSupport(theSupport),
   	m_specialCharacters(theDefaultSpecialCharacters),
   	m_indent(-1),
  -	m_shouldExpandEntityRefs(true),
  +	m_shouldExpandEntityRefs(false),
   	m_useValidation(false),
   	m_includeIgnorableWhitespace(true),
   	m_doNamespaces(false),