Stephane Bortzmeyer
bortzmeyer at nic.fr
Tue May 10 03:56:41 EDT 2005
On Tue, May 10, 2005 at 07:06:29AM -0000, tushar liladhar patil <tusharpatil1982 at rediffmail.com> wrote a message of 47 lines which said: > I have xml files, in my application I want to convert xml files to > pdf format and I want to use python. I agree with Graham, reportlab is very good. For the other side of the process, the parsing of XML, you have many libraries in Python: http://docs.python.org/lib/markup.html for a start (but there are others)
|