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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to