[XML-SIG] Professional Grant Proposal Writing Workshop (May 2008: Salt Lake City, Utah)

2008-02-06 Thread Anthony Jones
The Grant Institute's Grants 101: Professional Grant Proposal Writing Workshop will be held in Salt Lake City, Utah, May 12 - 14, 2008. Interested development professionals, researchers, faculty, and graduate students should register as soon as possible, as demand means that seats will fill up q

[XML-SIG] PyXML on PyPI

2008-02-06 Thread Michael Dunstan
Hi, It would be useful to have a copy of source tar ball for PyXML 0.8.4 uploaded to PyPI. Then it can be easy_installed or used in zc.buildout. There is an existing entry for PyXML on PyPI which has the owners "loewis, aaronsw, jkloth". Can one of these owners upload PyXML-0.8.4.tar.gz to PyPI? (

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Stefan Behnel
Hi, Michael Dunstan wrote: > It would be useful to have a copy of source tar ball for PyXML 0.8.4 > uploaded to PyPI. Then it can be easy_installed or used in > zc.buildout. There is an existing entry for PyXML on PyPI which has > the owners "loewis, aaronsw, jkloth". Can one of these owners uploa

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Martin v. Löwis
>> It would be useful to have a copy of source tar ball for PyXML 0.8.4 >> uploaded to PyPI. Then it can be easy_installed or used in >> zc.buildout. There is an existing entry for PyXML on PyPI which has >> the owners "loewis, aaronsw, jkloth". Can one of these owners upload >> PyXML-0.8.4.tar.gz

Re: [XML-SIG] SAX characters() output on multiple lines for non-ascii

2008-02-06 Thread Martin v. Löwis
> However if I try and put some of the surrounding text back in either by > concatenating strings or using multiple sys.stdout.write() calls I get > repetitions of the strings. > > if len(newchars)> 0: > output = ''.join(newchars) > sys.stdout.write("String read is '"

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Michael Dunstan
On Feb 7, 2008 6:52 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > >> It would be useful to have a copy of source tar ball for PyXML 0.8.4 > >> uploaded to PyPI. Then it can be easy_installed or used in > >> zc.buildout. There is an existing entry for PyXML on PyPI which has > >> the owners "lo