----- Original Message ----- From: "Omer van der Horst Jansen" <[EMAIL PROTECTED]> > I have a question about the use of the java.util.Stack > class in these three files: > > src/java/org/dom4j/io/aelfred/XmlParser.java > src/java/org/dom4j/io/aelfred/SAXDriver.java > src/java/org/dom4j/io/DispatchHandler.java > > The java.util.Stack class is not present in the JDK > 1.1 version of the collection classes that can be > downloaded from java.sun.com.
I've switched them to use ArrayList instead. These changes are now in CVS. (There's a problem with the 'daily' build right now - I'll fix it ASAP). James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
