Re: [Tutor] _next

2006-05-31 Thread Roel Schroeven
Dave Kuhlman schreef: > Roel Schroeven fastmail.fm> writes: > Kent Johnson alerted me to this discussion. > > And, thanks, Roel, for the comments and improvements on my example. > > I agree that my example class being discussed is confused. I've reworked the > example, taking hints from this t

[Tutor] XML Parsing Woes.

2006-05-31 Thread doug shawhan
Having been dragged kicking and screaming into the fussy, fussy world of XML, I find myself in a pickle. I keep getting an error complaining of a missing end-tag:  : XML Parse error. XML Error Text: "; nested exception is:     org.xml.sax.SAXParseException: The element type "Description" mus

Re: [Tutor] XML Parsing Woes.

2006-05-31 Thread Kent Johnson
doug shawhan wrote: > Having been dragged kicking and screaming into the fussy, fussy world of > XML, I find myself in a pickle. > > I keep getting an error complaining of a missing end-tag: > > : XML Parse error. > XML Error Text: "; nested exception is: > org.xml.sax.SAXParseException

[Tutor] Another fine mess

2006-05-31 Thread GNULinuxGeek
All, I posted some time back for another task. Have a new task now. You were all so kind with advice that I thought I might check my thoughts on this. Being an old guy and a newbie to Python is the double-whammy, but here goes: I get a CSV file with ~26 fields and ~7000 records. This data ne

Re: [Tutor] Another fine mess

2006-05-31 Thread Kent Johnson
GNULinuxGeek wrote: > All, > > I posted some time back for another task. > > Have a new task now. You were all so kind with advice that I thought I > might check my thoughts on this. > > Being an old guy and a newbie to Python is the double-whammy, but here goes: > > I get a CSV file with ~26