You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/02/22 17:59:48 UTC

[Bug 678] New - StdInParse doesn't output filename or duration

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=678

*** shadow/678	Thu Feb 22 08:59:48 2001
--- shadow/678.tmp.11307	Thu Feb 22 08:59:48 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | StdInParse doesn't output filename or duration                             |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 678                         Product: Xerces-C                |
+ |       Status: NEW                         Version: Nightly build           |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version:                         |
+ |     Priority:                           Component: Samples/Tests           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: kieran.mckey@reuters.com                                     |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ According to the documentation the sample program StdInParse should output 
+ something like:
+ 
+ personal.xml: 60 ms (37 elems, 12 attrs, 0 spaces, 268 chars)
+ 
+ Unfortunately, it doesn't put out the filename of duration or first "(". The 
+ output actually looks like:
+ 
+ 37 elems, 12 attrs, 0 spaces, 268 chars)
+ 
+ I have a patch for the duration but not the filename.