Re: [XML-SIG] Python and XSLT 2.0

2009-05-02 Thread Stefan Behnel
Lee Clemmer wrote: > I'm currently in the process of teaching myself Python for personal projects > and at the same time XSLT for work. At work we run a Saxon XSLT 2.0 > compliant transformer on a J2EE server that does the transformations for us. > I'm looking to do transformations outside of wo

[XML-SIG] Python and XSLT 2.0

2009-05-02 Thread Lee Clemmer
Hi all, I'm currently in the process of teaching myself Python for personal projects and at the same time XSLT for work. At work we run a Saxon XSLT 2.0 compliant transformer on a J2EE server that does the transformations for us. I'm looking to do transformations outside of work on a non-Java pla

Re: [XML-SIG] python and xslt

2007-03-22 Thread Chuck Bearden
On 3/6/07, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Ken Sayers wrote at 2007-2-24 12:52 -0500: > >I have looked around for support in Python for XSLT. I see there is the > >4Suite.org package. Are there others? I would really like to use XSLT 2.0. > > I would look at "libxml2/libxslt" and thei

Re: [XML-SIG] python and xslt

2007-03-06 Thread Dieter Maurer
Ken Sayers wrote at 2007-2-24 12:52 -0500: >I have looked around for support in Python for XSLT. I see there is the >4Suite.org package. Are there others? I would really like to use XSLT 2.0. I would look at "libxml2/libxslt" and their Python bindings. There is also "lxml" which is a "more Pyt

[XML-SIG] python and xslt

2007-02-24 Thread Ken Sayers
I have looked around for support in Python for XSLT. I see there is the 4Suite.org package. Are there others? I would really like to use XSLT 2.0. I even saw one that would front-end xalan. Is it hard to wrap java code from python for running in Zope or Plone? Any help would be appreciated.

[XML-SIG] python and XSLT

2006-10-03 Thread Alessandro Maraschini
Hi all, I am using python2.2 and trying to convert an xml document into a plain text using a stylesheet and using python standard xmlplus package. While the stylesheet perfectly works with a similar approach in cpp, I'm facing a problem in python when parsing some "range" values: here follows the