Re: Help parsing a text file

2011-09-01 Thread JT
On Monday, August 29, 2011 1:21:48 PM UTC-5, William Gill wrote: > > I have a text file with XML like records that I need to parse. By XML > like I mean records have proper opening and closing tags. but fields > don't have closing tags (they rely on line ends). Not all fields appear > in all

Re: getting text out of an xml string

2011-03-04 Thread JT
realized that I could just extract the text between the stuff with \u3c00 xml preserve etc, which I did; it was good enough since it was a one-off affair, I had to convert a to-do list from one program to another. Thanks for replying and sorry for the noise :-) JT -- http://mail.python.org/mailman/listinfo/python-list

getting text out of an xml string

2011-03-04 Thread JT
Yo, So I have almost convinced a small program to do what I want it to do. One thing remains (at least, one thing I know of at the moment): I am converting xml to some other format, and there are strings in the xml like this. The python: elif v == "content": print "content", a.

pycrypto rsa inverse of p modulo q

2005-11-04 Thread jt
A scheme? (it is not used in the code anyway) Thx, -- jt -- http://mail.python.org/mailman/listinfo/python-list