jkesselm    02/02/05 10:52:36

  Modified:    java/src/org/apache/xpath/objects XStringForFSB.java
  Log:
  Bug 5346: Gaaah. This regressions was just plain foolish flailing. "Less 
haste, more speed."
  
  Revision  Changes    Path
  1.14      +0 -3      
xml-xalan/java/src/org/apache/xpath/objects/XStringForFSB.java
  
  Index: XStringForFSB.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/objects/XStringForFSB.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XStringForFSB.java        5 Feb 2002 15:11:25 -0000       1.13
  +++ XStringForFSB.java        5 Feb 2002 18:52:36 -0000       1.14
  @@ -1035,9 +1035,6 @@
        break;
        
         case '0':                      // NOT Unicode isDigit();  ASCII digits 
_only_
  -     if(digitType==0 && digitsFound[0]==0)   // Ignore leading zeros
  -       break;
  -     // Else fall through into normal digit handling.
         case '1':
         case '2':
         case '3':
  
  
  

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

Reply via email to