[Twisted-Python] Weekly Bug Summary

2009-10-03 Thread exarkun
Bug summary __ Summary for 2009-09-27 through 2009-10-04 Bugs opened: 5Bugs closed: 3 Total open bugs: 1174 (+2) |== Type Changes |== Priority Changes |== Component Changes |Defect: +0 |Highest: +1 |Conch:+1 |Enhancement: +0 |Hig

Re: [Twisted-Python] XML parsing on twisted

2009-10-03 Thread gary clark
thanks. ughh! 10 years old. oh boy. Garyc --- On Sat, 10/3/09, Amaury Forgeot d'Arc wrote: > From: Amaury Forgeot d'Arc > Subject: Re: [Twisted-Python] XML parsing on twisted > To: "Twisted general discussion" > Date: Saturday, October 3, 2009, 5:42 PM > Hi, > > 2009/10/4 gary clark : > > He

Re: [Twisted-Python] XML parsing on twisted

2009-10-03 Thread Amaury Forgeot d'Arc
Hi, 2009/10/4 gary clark : > Hello, > > I went to use the SAX library to perform parsing. However I hit an unusual > problem. > > Its having a problem parsing a token that has a '&' it just crashes. It > certainly woke me up when I witnessed this. > > Jim & Nancy > > are passed to the ContentHa

[Twisted-Python] XML parsing on twisted

2009-10-03 Thread gary clark
Hello, I went to use the SAX library to perform parsing. However I hit an unusual problem. Its having a problem parsing a token that has a '&' it just crashes. It certainly woke me up when I witnessed this. Jim & Nancy are passed to the ContentHandler class. When characters(self,chars) membe