[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    cvs commit: xml-xalan/c/src/xalanc/XMLSupport FormatterToXMLBase.cpp
From:       dbertoni () apache ! org
Date:       2004-06-24 16:32:56
Message-ID: 20040624163256.10691.qmail () minotaur ! apache ! org
[Download RAW message or body]

dbertoni    2004/06/24 09:32:56

  Modified:    c/src/xalanc/XMLSupport FormatterToXMLBase.cpp
  Log:
  Fix for bugzilla 29545.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp
  
  Index: FormatterToXMLBase.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXMLBase.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- FormatterToXMLBase.cpp	20 Apr 2004 01:19:59 -0000	1.10
  +++ FormatterToXMLBase.cpp	24 Jun 2004 16:32:56 -0000	1.11
  @@ -125,7 +125,7 @@
   	m_newlineStringLength(0),
   	m_needToOutputDoctypeDecl(false),
       // We must write the XML declaration if standalone is specified
  -    m_shouldWriteXMLHeader(xmlDecl == true ? true : standalone.length() == 0),
  +    m_shouldWriteXMLHeader(xmlDecl == true ? true : standalone.length() != 0),
   	m_elemStack()
   {
   	if(isEmpty(m_doctypePublic) == false)
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic