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

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

Re: [Twisted-Python] XML parsing on twisted

2009-10-02 Thread exarkun
On 1 Oct, 05:53 pm, burslem2...@yahoo.com wrote: >Hello, > >Probably a pretty standard question. However what are recommended >mechanics of parsing XML on twisted? I have a humongous string that >needs to be parsed and pushed into a database in the right columns. Depending on how big the strings

[Twisted-Python] XML parsing on twisted

2009-10-01 Thread gary clark
Hello, Probably a pretty standard question. However what are recommended mechanics of parsing XML on twisted? I have a humongous string that needs to be parsed and pushed into a database in the right columns. Much appreciated in advance, Garyc ___