/[classpath]/classpath/gnu/xml/aelfred2/XmlParser.java
ViewVC logotype

Diff of /classpath/gnu/xml/aelfred2/XmlParser.java

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

revision 1.4 by mkoch, Wed Mar 30 06:43:23 2005 UTC revision 1.5 by langel, Tue Jun 21 13:21:53 2005 UTC
# Line 1437  loop: Line 1437  loop:
1437        }        }
1438      else      else
1439        {        {
1440          if (type.equals("CDATA") || type == null)          if (type == null || type.equals("CDATA"))
1441            {            {
1442              value = readLiteral(flags);              value = readLiteral(flags);
1443            }            }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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