tng         2002/10/29 13:54:05

  Modified:    c/samples/DOMPrint DOMPrint.cpp
  Log:
  Fix sanityTest_ExpectedResult.log
  
  Revision  Changes    Path
  1.51      +7 -7      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- DOMPrint.cpp      29 Oct 2002 19:20:32 -0000      1.50
  +++ DOMPrint.cpp      29 Oct 2002 21:54:05 -0000      1.51
  @@ -192,7 +192,7 @@
       cout << "\nUsage:\n"
               "    DOMPrint [options] <XML file>\n\n"
               "This program invokes the DOM parser, and builds the DOM tree.\n"
  -            "It then asks the DOMWriter to serialize the DOM tree \n"
  +            "It then asks the DOMWriter to serialize the DOM tree.\n"
               "Options:\n"
               "    -e          create entity reference nodes. Default is no 
expansion.\n"
               "    -v=xxx      Validation scheme [always | never | auto*].\n"
  @@ -203,11 +203,11 @@
               "                the same encoding as the input XML file. UTF-8 if\n"
               "                input XML file has not XML declaration.\n"
               "    -weol=xxx   Set the end of line sequence. Default set by 
DOMWriter\n"
  -            "    -wfile=xxx  write to a file instead of stdout\n"
  -            "    -wscs=xxx   Enable/Disable split-cdata-sections.      Default on  
\n"
  -            "    -wddc=xxx   Enable/Disable discard-default-content.   Default on  
\n"
  -            "    -wflt=xxx   Enable/Disable filtering.                 Default off 
\n"
  -            "    -wfpp=xxx   Enable/Disable format-pretty-print.       Default off 
\n"
  +            "    -wfile=xxx  Write to a file instead of stdout.\n"
  +            "    -wscs=xxx   Enable/Disable split-cdata-sections.      Default on\n"
  +            "    -wddc=xxx   Enable/Disable discard-default-content.   Default on\n"
  +            "    -wflt=xxx   Enable/Disable filtering.                 Default 
off\n"
  +            "    -wfpp=xxx   Enable/Disable format-pretty-print.       Default 
off\n"
               "    -?          Show this help.\n\n"
               "  * = Default if not provided explicitly.\n\n"
               "The parser has intrinsic support for the following encodings:\n"
  
  
  

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

Reply via email to