On Thu, Jun 05, 2003 at 03:49:56PM -0400, A.M. Kuchling wrote: > There are 35 classes, all with different sets of attributes, so I'd like > to parse all these files without writing reams of parsing code for each > class. I'm thinking of using dulcinea.specified to define all the > expected attributes -- each class would subclass Specified -- and then > use that information to convert strings to integers (or whatever) as > needed. What existing parts of the Specified class would you be using? I'm unclear on how the existing code fits in. Neil