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
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
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
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
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.
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