/[alph]/alph/org/nongnu/alph/util/XMLUtil.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/util/XMLUtil.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Sun Apr 13 06:31:45 2003 UTC revision 1.2 by benja, Sun Jun 8 11:18:05 2003 UTC
# Line 12  public class XMLUtil { Line 12  public class XMLUtil {
12                  case '>': buf.append(">"); break;                  case '>': buf.append(">"); break;
13                  case '\'': buf.append("'"); break;                  case '\'': buf.append("'"); break;
14                  case '\"': buf.append("""); break;                  case '\"': buf.append("""); break;
15                    case '\n': buf.append("
"); break;
16                  default:                  default:
17                            buf.append(s.charAt(i)); break;                            buf.append(s.charAt(i)); break;
18              }              }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26