Hello, I signed up for the Xerces-dev list a short while ago with the intention of observing for a while and then, hopefully, contributing to the project. I only now learn that this list is 'inactive'. If that is the case how might I sign up for the xerces-J list and is that the appropriate one for me? - I want to contribute to and learn about Java development efforts on the Xerces XML parser.
Thanks, James -------------------------------------------------------------------- James Lawless B.A., M.Sc. Graduate Student, School of Maths, TCD 00353 86 834 8869 www.maths.tcd.ie/~lawless --------------------------------------------------------------------- On Wed, 31 Oct 2001, Arnold, Curt wrote: > The Xerces-dev list is inactive, there are now specific mailing lists for > Xerces-C and Xerces-J development and for Xerces-J users. Your question does > not appear to be related to Xerces at all, > however. As I understand it, you have a class name in a string and you want > to create an instance of an object. That would be a general Java usage > question. > > The Java tutorial on reflection, particually > http://java.sun.com/docs/books/tutorial/reflect/object/noarg.html and > following, should answer your question. > > > -----Original Message----- > > From: longinus ] > > Sent: Wednesday, October 31, 2001 6:36 AM > > To: [EMAIL PROTECTED] > > Subject: string > > > > > > in my dom tree i have a text element that contains the name > > of class i need to instanciate.if i extract the name as a > > string from the dom tree, how can i pass to the method, so > > that the method gets the objects, or knows which object i am > > passing it? > > >