Re: Best library to make XSLT 2.0 transformation

2009-05-19 Thread Diez B. Roggisch
John Krukoff schrieb: On Tue, 2009-05-19 at 13:42 +0200, Diez B. Roggisch wrote: wdveloper wrote: Hi there, I need to make xml transformation using XSLT 2.0 (since i want to use the powerful tag to produce multiple files). In your experience, which kind of library out there is better? XSLT

Re: Best library to make XSLT 2.0 transformation

2009-05-19 Thread Stefan Behnel
wdveloper wrote: > I need to make xml transformation using XSLT 2.0 (since i want to use > the powerful tag to produce multiple files). > In your experience, which kind of library out there is better? I'm not aware of a Python library that implements XSLT 2.0, although you might want to look arou

Re: Best library to make XSLT 2.0 transformation

2009-05-19 Thread John Krukoff
On Tue, 2009-05-19 at 13:42 +0200, Diez B. Roggisch wrote: > wdveloper wrote: > > > Hi there, > > > > I need to make xml transformation using XSLT 2.0 (since i want to use > > the powerful tag to produce multiple files). > > In your experience, which kind of library out there is better? > > XSL

Re: Best library to make XSLT 2.0 transformation

2009-05-19 Thread Diez B. Roggisch
wdveloper wrote: > Hi there, > > I need to make xml transformation using XSLT 2.0 (since i want to use > the powerful tag to produce multiple files). > In your experience, which kind of library out there is better? XSLT is a standard, so if you find a library that implements it, there shouldn't

Best library to make XSLT 2.0 transformation

2009-05-19 Thread wdveloper
Hi there, I need to make xml transformation using XSLT 2.0 (since i want to use the powerful tag to produce multiple files). In your experience, which kind of library out there is better? Thanks! -- http://mail.python.org/mailman/listinfo/python-list