ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/XMLStringParser.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/XMLStringParser.java (file contents):
Revision 1.6 by tdb, Sun Jan 28 05:47:05 2001 UTC vs.
Revision 1.7 by pjm2, Mon Jan 29 15:36:33 2001 UTC

# Line 101 | Line 101 | public class XMLStringParser extends HandlerBase {
101       */
102      public void characters (char[] buf, int offset, int len) throws SAXException {
103          String s = new String(buf, offset, len);
104 <        if (!s.trim().equals("")) {
105 <            packet.addParam(getPath(), s);
106 <        }
104 >        packet.addParam(getPath(), s);
105      }
106  
107      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines