Re: XML+Logs to Latex. XSLT?

2008-01-10 Thread Mike Meyer
On Thu, 10 Jan 2008 22:32:50 +0100 Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > Yes. For sure. I though XSLT was something like XML not other > > "language" and that Python will have any library that uses XSLT to do > > transformation... > XSLT is definitely a language (it's turing complete, after

Re: XML+Logs to Latex. XSLT?

2008-01-10 Thread Fredrik Lundh
Florencio Cano wrote: > Yes. For sure. I though XSLT was something like XML not other > "language" and that Python will have any library that uses XSLT to do > transformation... XSLT is definitely a language (it's turing complete, after all), but that there are of course several Python bindings

Re: XML+Logs to Latex. XSLT?

2008-01-10 Thread Florencio Cano
2008/1/10, Fredrik Lundh <[EMAIL PROTECTED]>: > Florencio Cano wrote: > > > I'm thinking about implementing a script in Python to do this task. I > > have a XML log and logs from other programs. My aim is to do a report > > about all this information. I'm thinking in using Python to transform > > t

Re: XML+Logs to Latex. XSLT?

2008-01-10 Thread Fredrik Lundh
Florencio Cano wrote: > I'm thinking about implementing a script in Python to do this task. I > have a XML log and logs from other programs. My aim is to do a report > about all this information. I'm thinking in using Python to transform > the plain logs to XML and combine them with the XML docume

XML+Logs to Latex. XSLT?

2008-01-10 Thread Florencio Cano
Hi! I'm thinking about implementing a script in Python to do this task. I have a XML log and logs from other programs. My aim is to do a report about all this information. I'm thinking in using Python to transform the plain logs to XML and combine them with the XML document I have and later use som