tng         2002/11/14 10:29:57

  Modified:    c/samples/DOMPrint DOMPrint.cpp
  Log:
  [Bug 14389] DOMPrint - gDoCreate - wrong default value
  
  Revision  Changes    Path
  1.53      +2 -2      xml-xerces/c/samples/DOMPrint/DOMPrint.cpp
  
  Index: DOMPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMPrint.cpp,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- DOMPrint.cpp      12 Nov 2002 17:51:10 -0000      1.52
  +++ DOMPrint.cpp      14 Nov 2002 18:29:57 -0000      1.53
  @@ -168,7 +168,7 @@
   static bool                     gDoNamespaces          = false;
   static bool                     gDoSchema              = false;
   static bool                     gSchemaFullChecking    = false;
  -static bool                     gDoCreate              = true;
  +static bool                     gDoCreate              = false;
   
   static char*                    goutputfile            = 0;
   // options for DOMWriter's features
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to