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

*** shadow/2474 Fri Jul  6 04:54:08 2001
--- shadow/2474.tmp.15273       Fri Jul  6 06:05:19 2001
***************
*** 2,9 ****
  | Leading "," in the SubstitutionGroupName                                   |
  +----------------------------------------------------------------------------+
  |        Bug #: 2474                        Product: Xerces-C                |
! |       Status: NEW                         Version: 1.5                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Miscellaneous           |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Leading "," in the SubstitutionGroupName                                   |
  +----------------------------------------------------------------------------+
  |        Bug #: 2474                        Product: Xerces-C                |
! |       Status: RESOLVED                    Version: 1.5                     |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Miscellaneous           |
  +----------------------------------------------------------------------------+
***************
*** 29,32 ****
      cout << "Substitution Name:\t" << StrX(subsGroup) << "\n";
  }
  
! subsGroup is ",comment"
--- 29,42 ----
      cout << "Substitution Name:\t" << StrX(subsGroup) << "\n";
  }
  
! subsGroup is ",comment"
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-06 06:05 -------
! Hi Peter,
! 
! This is intended. The substitutionGroup name for an element declaration is saved 
! in the format: '{uri},{name}'. So in your case since you do not have a prefix, 
! there is not uri and the substitutionGroup name is saved as: ',comment'. If you 
! would like to get just the name, then you need to substring after the ','.
! 
! Khaled

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

Reply via email to