[XML-SIG] understanding the sources. wher to start?

Thomas B. Passin tpassin@comcast.net
Thu, 13 Jun 2002 08:31:56 -0400


[<paul@boddie.net>]
>
> I haven't dared to do anything with XSLT in Python, but then it can take
some
> motivation to do things in XSLT at all. ;-) However, I am very impressed
with
> the XPath implementation.
>

I use 4xslt with Zope and it works very well.  I wrote an Zope External
Method to send a string of XML to 4xslt and get the transformed result back,
which then gets displayed.  This is great because the xslt processor doesn't
have a new process started each time it is called.

Cheers,

Tom P